DoDisplayMenu(DropdownMenu, EventBase)
Displays the contextual menu.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
protected abstract void DoDisplayMenu(DropdownMenu menu, EventBase triggerEvent)
Parameters
The menu to display.
The event that triggers the display of the contextual menu.