ContextualMenuManager
Use this class to display a contextual menu.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public abstract class ContextualMenuManager
Methods
Method | Description |
|---|---|
| DisplayMenu | Displays the contextual menu. |
| DisplayMenuIfEventMatches | Checks if the event triggers the display of the contextual menu. This method also displays the menu. |
| DoDisplayMenu | Displays the contextual menu. |