class in UnityEditor.IMGUI.Controls
/
Implemented in:UnityEditor
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.
CloseFor 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.
CloseItems that build the drop-down list.
children | The list of child items of this item. |
enabled | True if the item is enabled. |
icon | If set, this icon will be rendered to the left of the item name. |
id | The unique identifier for an item. |
name | Name shown for this item when rendered. |
AddChild | Adds the given AdvancedDropdownItem child to the children list. |
AddSeparator | Adds a separator to the list of children in the drop-down. |