VisualElementFocusChangeDirection

class in UnityEngine.UIElements

/

Inherits from:UIElements.FocusChangeDirection

/

Implemented in:UnityEngine.UIElementsModule

Description

Define focus change directions for the VisualElementFocusRing.

Static Properties

lastValue Last value for the direction defined by this class.
left The focus is moving to the left, or the next element in the focus ring.
right The focus is moving to the right, or the previous element in the focus ring.

Inherited Members

Static Properties

lastValue Last value for the direction defined by this class.
none The null direction. This is usually used when the focus stays on the same element.
unspecified Focus came from an unspecified direction, for example after a mouse down.

Did you find this page useful? Please give it a rating: