Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


tabIndex

An integer used to sort focusable elements in the focus ring. Must be greater than or equal to zero.
Read time 1 minuteLast updated 12 days ago

Definition

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.