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 10 days ago

Definition

public int selectedIndex { get; set; }