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

9 lines
211 B
C#
Raw Normal View History

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