Version: 2020.2
언어: 한국어

ContextualMenuManipulator

class in UnityEngine.UIElements

/

다음으로부터 상속:UIElements.MouseManipulator

매뉴얼로 전환

설명

Manipulator that displays a contextual menu when the user clicks the right mouse button or presses the menu key on the keyboard.

생성자

ContextualMenuManipulatorConstructor.

보호되는 함수

RegisterCallbacksOnTargetRegister the event callbacks on the manipulator target.
UnregisterCallbacksFromTargetUnregister the event callbacks from the manipulator target.

상속된 멤버

변수

targetVisualElement being manipulated.
activatorsList of Activationfilters.

보호되는 함수

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