com.unity.uiextensions/Examples/FancyScrollView/02_CellEventHandling/Example02ScrollViewContext.cs

11 lines
219 B
C#

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