MouseManipulator

class in UnityEngine.UIElements

/

Inherits from:UIElements.Manipulator

Switch to Manual

Description

MouseManipulators have a list of activation filters.

Variables

activatorsList of Activationfilters.

Protected Functions

CanStartManipulationChecks if MouseEvent matches agains all the MouseActivationFilters requirements.
CanStopManipulationChecks if MouseEvent is related to this Manipulator.

Inherited members

Variables

targetVisualElement being manipulated.

Protected Functions

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