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

targetVisualElement being manipulated.

Protected Methods

RegisterCallbacksOnTargetCalled to register event callbacks on the target element.
UnregisterCallbacksFromTargetCalled to unregister event callbacks from the target element.