KeyboardNavigationManipulator(Action<KeyboardNavigationOperation, EventBase>)
Initializes and returns an instance of KeyboardNavigationManipulator, configured to invoke the specified callback.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public KeyboardNavigationManipulator(Action<KeyboardNavigationOperation, EventBase> action)
Parameters
This action is invoked when specific low level events are dispatched to the target VisualElement, with a specific value of KeyboardNavigationOperation and a reference to the original low level event.