Version: 2020.3
言語: 日本語

VisualElementFocusChangeDirection

class in UnityEngine.UIElements

/

継承:UIElements.FocusChangeDirection

マニュアルに切り替える

説明

Define focus change directions for the VisualElementFocusRing.

Static 変数

lastValueLast value for the direction defined by this class.
leftThe focus is moving to the left.
rightThe focus is moving to the right.

継承メンバー

Static 変数

lastValueLast value for the direction defined by this class.
noneThe null direction. This is usually used when the focus stays on the same element.
unspecifiedFocus came from an unspecified direction, for example after a mouse down.

Operator

intThe underlying integer value for this direction.