tabIndex
An integer used to sort focusables in the focus ring. Must be greater than or equal to zero.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
[CreateProperty]public int tabIndex { get; set; }
Remarks
Setting the value to less than (for example, ) removes the element from the focus ring and tab navigation.
tabIndex0−1