class in UnityEngine.UIElements
/
Implemented in:UnityEngine.UIElementsModule
Implements interfaces:IManipulator
Base class for all Manipulator implementations. For more information, refer to Manipulators in User Manual.
| Description | |
|---|---|
| target | VisualElement being manipulated. | 
| Description | |
|---|---|
| RegisterCallbacksOnTarget | Called to register event callbacks on the target element. | 
| UnregisterCallbacksFromTarget | Called to unregister event callbacks from the target element. |