DisplayMenu(EventBase, IEventHandler)
Displays the contextual menu.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void DisplayMenu(EventBase triggerEvent, IEventHandler target)
Parameters
The event that triggered the display of the menu.
The element for which the menu is displayed.