Experimental: this API is experimental and might be changed or removed in the future.

VisualElementFocusChangeDirection

class in UnityEngine.Experimental.UIElements

/

Hereda de:Experimental.UIElements.FocusChangeDirection

Cambiar al Manual

Descripción

Define focus change directions for the VisualElementFocusRing.

Variables Estáticas

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

Miembros heredados

Variables Estáticas

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.

Operadores

intThe underlying integer value for this direction.