Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AddDisabledItem(string, bool)

Adds a disabled item to this menu.
Read time 1 minuteLast updated 10 days ago

Definition

public abstract 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.