Version: 2022.1
LanguageEnglish
  • C#

AdvancedDropdownItem

class in UnityEditor.IMGUI.Controls

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

Items that build the drop-down list.

Properties

childrenThe list of child items of this item.
enabledTrue if the item is enabled.
iconIf set, this icon will be rendered to the left of the item name.
idThe unique identifier for an item.
nameName shown for this item when rendered.

Public Methods

AddChildAdds the given AdvancedDropdownItem child to the children list.
AddSeparatorAdds a separator to the list of children in the drop-down.