From 5a3621a4641182893f6f57b7fc284ac4deccc3c0 Mon Sep 17 00:00:00 2001 From: "Simon (darkside) Jackson" Date: Fri, 23 Oct 2020 12:41:14 +0100 Subject: [PATCH] Added header --- Runtime/Scripts/Layout/ContentScrollSnapHorizontal.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Runtime/Scripts/Layout/ContentScrollSnapHorizontal.cs b/Runtime/Scripts/Layout/ContentScrollSnapHorizontal.cs index 8f732ca..9b242c4 100644 --- a/Runtime/Scripts/Layout/ContentScrollSnapHorizontal.cs +++ b/Runtime/Scripts/Layout/ContentScrollSnapHorizontal.cs @@ -1,4 +1,8 @@ -using System.Collections; +/// Credit Beka Westberg +/// Sourced from - https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/pull-requests/28 +/// Updated by SimonDarksideJ - Added some exception management and a SetNewItems to replace the content programmatically + +using System.Collections; using System.Collections.Generic; using UnityEngine.EventSystems; using UnityEngine.Events;