Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

KeyboardNavigationManipulator

class in UnityEngine.UIElements

/

Inherits from:UIElements.Manipulator

/

Implemented in:UnityEngine.UIElementsModule

Description

Provides a default implementation for translating input device specific events to higher level navigation operations as commonly possible with a keyboard.

Constructors

Description
KeyboardNavigationManipulator Initializes and returns an instance of KeyboardNavigationManipulator, configured to invoke the specified callback.

Inherited Members

Properties

Description
target VisualElement being manipulated.

Protected Methods

Description
RegisterCallbacksOnTarget Called to register event callbacks on the target element.
UnregisterCallbacksFromTarget Called to unregister event callbacks from the target element.