Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


selectedIndex

Returns or sets the selected item's index in the data source. If multiple items are selected, returns the first selected item's index. If multiple items are provided, sets them all as selected. If no item is selected, returns -1.
Read time 1 minuteLast updated 4 days ago

Definition

[CreateProperty]public int selectedIndex { get; set; }