Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

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

Remarks

Setting the
tabIndex
value to less than
0
(for example,
−1
) removes the element from the focus ring and tab navigation.