MenuItems()
Gets the list of menu items.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public List<DropdownMenuItem> MenuItems()
Returns
Type | Description |
|---|---|
| List<DropdownMenuItem> | The list of items in the menu. |