Version: 2021.1
LanguageEnglish
  • C#

VisualElementFocusChangeDirection

class in UnityEngine.UIElements

/

Inherits from:UIElements.FocusChangeDirection

/

Implemented in:UnityEngine.UIElementsModule

Suggest a change

Success!

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.

Close

Submission 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

Cancel

Description

Define focus change directions for the VisualElementFocusRing.

Static Properties

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 Properties

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.