Manipulator
Base class for all Manipulator implementations.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Implements: IManipulator
public abstract class Manipulator : IManipulator
Remarks
For more information, refer to Manipulators in the User Manual.
Properties
Property | Description |
|---|---|
| target | VisualElement being manipulated. |
Methods
Method | Description |
|---|---|
| RegisterCallbacksOnTarget | Called to register event callbacks on the target element. |
| UnregisterCallbacksFromTarget | Called to unregister event callbacks from the target element. |