com.unity.uiextensions/Examples/FancyScrollView/03_InfiniteScroll/Example03ScrollViewContext.cs

9 lines
211 B
C#

namespace UnityEngine.UI.Extensions.Examples
{
public class Example03ScrollViewContext
{
public System.Action<Example03ScrollViewCell> OnPressedCell;
public int SelectedIndex;
}
}