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.

IFocusRing

interface in UnityEngine.Experimental.UIElements

Description

Interface for classes implementing focus rings.

Public Methods

GetFocusChangeDirectionGet the direction of the focus change for the given event. For example, when the Tab key is pressed, focus should be given to the element to the right.
GetNextFocusableGet the next element in the given direction.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答