Experimental: this API is experimental and might be changed or removed in the future.
FocusChangeDirection
class in
UnityEngine.Experimental.UIElements
Suggest a changeSuccess!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseSubmission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Close 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 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. |
Operators
int | The underlying integer value for this direction. |