Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

GenericDropdownMenu.AddDisabledItem

Declaration

public void AddDisabledItem(string itemName, bool isChecked);

Parameters

itemName The text to display to the user.
isChecked Indicates whether a checkmark next to the item is displayed.

Description

Adds a disabled item to this menu using a default VisualElement.

Items added with this method cannot be selected by the user.