Version: 2019.1
Experimental: this API is experimental and might be changed or removed in the future.

Manipulator

class in UnityEngine.Experimental.UIElements


Implements interfaces:IManipulator

Switch to Manual

Description

Base class for objects that define user interaction with a VisualElement. Most often manipulators hold state for complex interactions, for example interactions that require a mouse down, mouse move mouse up sequence.

Variables

targetThe element that handles the interaction.

Protected Functions

RegisterCallbacksOnTargetRegister event callbacks on the target visual element.
UnregisterCallbacksFromTargetUnregister event callbacks on the target visual element.