Version: 2019.4

MouseManipulator

class in UnityEngine.UIElements

/

継承:UIElements.Manipulator

マニュアルに切り替える

説明

MouseManipulators have a list of activation filters.

変数

activatorsList of Activationfilters.

Protected 関数

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

継承メンバー

変数

targetVisualElement being manipulated.

Protected 関数

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