Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 5a3621a

Browse files
Added header
1 parent 93e3694 commit 5a3621a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Runtime/Scripts/Layout/ContentScrollSnapHorizontal.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
using System.Collections;
1+
/// Credit Beka Westberg
2+
/// Sourced from - https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/pull-requests/28
3+
/// Updated by SimonDarksideJ - Added some exception management and a SetNewItems to replace the content programmatically
4+
5+
using System.Collections;
26
using System.Collections.Generic;
37
using UnityEngine.EventSystems;
48
using UnityEngine.Events;

0 commit comments

Comments
 (0)