2018-12-31 23:16:28 +08:00
|
|
|
|
using System;
|
|
|
|
|
|
|
|
|
|
namespace UnityEngine.UI.Extensions.Examples
|
2017-08-02 17:21:45 +08:00
|
|
|
|
{
|
|
|
|
|
public class Example03ScrollViewContext
|
|
|
|
|
{
|
2018-12-31 23:16:28 +08:00
|
|
|
|
public Action<Example03ScrollViewCell> OnPressedCell;
|
2017-08-02 17:21:45 +08:00
|
|
|
|
public int SelectedIndex;
|
|
|
|
|
}
|
|
|
|
|
}
|