selectedTabIndex
A property that returns the index of current active tab inside a list of available tabs.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public int selectedTabIndex { get; set; }
Remarks
Setting a valid index will set the Tab at the given index to active.