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.

보호되는 함수

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