Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AddDisabledItem(string, bool)

Adds a disabled item to this menu using a default VisualElement.
Read time 1 minuteLast updated 11 days ago

Definition

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.

Remarks

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