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

Manipulator

class in UnityEngine.Experimental.UIElements


実装インターフェース:IManipulator

マニュアルに切り替える

説明

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.

変数

targetThe element that handles the interaction.

Protected 関数

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