Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


onSelectedIndicesChange

Obsolete. Use _selectedIndicesChanged instead.
Read time 1 minuteLast updated 11 days ago

Definition

Warning
Deprecated. onSelectedIndicesChange is deprecated, use selectedIndicesChanged instead
public event Action<IEnumerable<int>> onSelectedIndicesChange

Remarks

This callback receives an enumerable that contains the item index or item indices selected.