Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ContextualMenuManipulator

Manipulator that displays a contextual menu when the user clicks the right mouse button or presses the menu key on the keyboard.
Read time 1 minuteLast updated 5 days ago

Definition

public class ContextualMenuManipulator : PointerManipulator, IManipulator

Constructors

Methods

Method

Description

IsOSXContextualMenuPlatformCheck whether the handling of contextual menu events needs to be adapted for OSX.
RegisterCallbacksOnTargetRegister the event callbacks on the manipulator target.
UnregisterCallbacksFromTargetUnregister the event callbacks from the manipulator target.

Inheritance