Minor update to MagneticInfinite Scroll
parent
8870e4c78c
commit
02abdd0929
|
@ -10,6 +10,7 @@ using UnityEngine.EventSystems;
|
||||||
namespace UnityEngine.UI.Extensions
|
namespace UnityEngine.UI.Extensions
|
||||||
{
|
{
|
||||||
[AddComponentMenu("UI/Extensions/UI Magnetic Infinite Scroll")]
|
[AddComponentMenu("UI/Extensions/UI Magnetic Infinite Scroll")]
|
||||||
|
[RequireComponent(typeof(ScrollRect))]
|
||||||
public class UI_MagneticInfiniteScroll : UI_InfiniteScroll, IDragHandler, IEndDragHandler, IScrollHandler
|
public class UI_MagneticInfiniteScroll : UI_InfiniteScroll, IDragHandler, IEndDragHandler, IScrollHandler
|
||||||
{
|
{
|
||||||
public event Action<GameObject> OnNewSelect;
|
public event Action<GameObject> OnNewSelect;
|
||||||
|
|
Loading…
Reference in New Issue