Version: 2020.2
言語: 日本語

MouseManipulator

class in UnityEngine.UIElements

/

継承:UIElements.Manipulator

マニュアルに切り替える

説明

MouseManipulators have a list of activation filters.

変数

activatorsList of Activationfilters.

Protected 関数

CanStartManipulationChecks whether MouseEvent satisfies all of the ManipulatorActivationFilter requirements.
CanStopManipulationChecks whether the 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.