Version: 2020.2
言語: 日本語

PointerManipulator

class in UnityEngine.UIElements

/

継承:UIElements.MouseManipulator

マニュアルに切り替える

説明

PointerManipulators have a list of activation filters.

Protected 関数

CanStartManipulationChecks whether PointerEvent satisfies all of the ManipulatorActivationFilter requirements.
CanStopManipulationChecks whether the PointerEvent is related to this Manipulator.

継承メンバー

変数

targetVisualElement being manipulated.
activatorsList of Activationfilters.

Protected 関数

RegisterCallbacksOnTargetCalled to register event callbacks on the target element.
UnregisterCallbacksFromTargetCalled to unregister event callbacks from the target element.
CanStartManipulationChecks whether MouseEvent satisfies all of the ManipulatorActivationFilter requirements.
CanStopManipulationChecks whether the MouseEvent is related to this Manipulator.