Version: 2019.4

VisualElementFocusRing

class in UnityEngine.UIElements


実装インターフェース:IFocusRing

マニュアルに切り替える

説明

Implementation of a linear focus ring. Elements are sorted according to their focusIndex.

変数

defaultFocusOrderThe focus order for elements having 0 has a focusIndex.

コンストラクタ

VisualElementFocusRingコンストラクター

Public 関数

GetFocusChangeDirectionGet the direction of the focus change for the given event. For example, when the Tab key is pressed, focus should be given to the element to the right in the focus ring.
GetNextFocusableGet the next element in the given direction.