This version of Unity is unsupported.

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

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

Inherited Members

Properties

target VisualElement being manipulated.

Protected Methods

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