Minor update to MagneticInfinite Scroll

pull/413/head
Simon (darkside) Jackson 2020-10-21 23:27:47 +01:00
parent 8870e4c78c
commit 02abdd0929
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ using UnityEngine.EventSystems;
namespace UnityEngine.UI.Extensions
{
[AddComponentMenu("UI/Extensions/UI Magnetic Infinite Scroll")]
[RequireComponent(typeof(ScrollRect))]
public class UI_MagneticInfiniteScroll : UI_InfiniteScroll, IDragHandler, IEndDragHandler, IScrollHandler
{
public event Action<GameObject> OnNewSelect;