Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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

VisualElementFocusChangeDirection

class in UnityEngine.Experimental.UIElements

/

Inherits from:Experimental.UIElements.FocusChangeDirection

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.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答