Property SelectedIndicesChangedEvent
SelectedIndicesChangedEvent
Callback triggered when the selection changes.
Declaration
public UnityEvent<IEnumerable<int>> SelectedIndicesChangedEvent { get; }
Property Value
Type |
---|
UnityEvent<IEnumerable<int>> |
Callback triggered when the selection changes.
public UnityEvent<IEnumerable<int>> SelectedIndicesChangedEvent { get; }
Type | Description |
---|---|
UnityEvent<IEnumerable<int>> |