DropdownMenu

class in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

A drop-down menu.

Constructors

DropdownMenuConstructor.

Public Methods

AppendActionAdd an item that will execute an action in the drop-down menu. The item is added at the end of the current item list.
AppendSeparatorAdd a separator line in the menu. The separator is added at the end of the current item list.
InsertActionAdd an item that will execute an action in the drop-down menu. The item is added at the end of the specified index in the list.
InsertSeparatorAdd a separator line in the menu. The separator is added at the end of the specified index in the list.
MenuItemsGet the list of menu items.
PrepareForDisplayUpdate the status of all items by calling their status callback and remove the separators in excess. This is called just before displaying the menu.
RemoveItemAtRemove the menu item at index.

Did you find this page useful? Please give it a rating: