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

FocusChangeDirection

class in UnityEngine.Experimental.UIElements

Switch to Manual

Description

Base class for defining in which direction the focus moves in a focus ring.

Focus ring implementations can move the focus in various direction; they can derive from this class to formalize the various ways the focus can change from one element to the other.

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.