A little tidying of the ScrollSnap base script, nothing to see here :D
--HG-- branch : develop_5.3pull/413/head
parent
94f857d203
commit
f98aa18981
|
@ -1,8 +1,6 @@
|
|||
using UnityEngine;
|
||||
using System.Collections;
|
||||
using UnityEngine.EventSystems;
|
||||
using System;
|
||||
using System;
|
||||
using UnityEngine.Events;
|
||||
using UnityEngine.EventSystems;
|
||||
|
||||
namespace UnityEngine.UI.Extensions
|
||||
{
|
||||
|
@ -24,9 +22,7 @@ namespace UnityEngine.UI.Extensions
|
|||
[Tooltip("The currently active page")]
|
||||
internal int _currentPage;
|
||||
internal int _previousPage;
|
||||
|
||||
|
||||
|
||||
|
||||
[Serializable]
|
||||
public class SelectionChangeStartEvent : UnityEvent { }
|
||||
[Serializable]
|
||||
|
|
Loading…
Reference in New Issue