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

11 lines
219 B
C#

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