This version of Unity is unsupported.

Manipulator

class in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule


Implements interfaces:IManipulator

Description

Base class for all Manipulator implementations.

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.