VisualElementFocusChangeDirection

class in UnityEngine.UIElements

/

Inherits from:UIElements.FocusChangeDirection

Switch to Manual

Description

Define focus change directions for the VisualElementFocusRing.

Static Variables

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

Inherited members

Static Variables

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.

Operators

intThe underlying integer value for this direction.