PopupMenuSetItemAsCheckable Method |
Sets whether the item at index idx has a checkbox. If false, sets the type of the item to plain text.
Note: Checkable items just display a checkmark, but don't have any built-in checking behavior and must be checked/unchecked manually.
Namespace: Godot
public void SetItemAsCheckable( int idx, bool enable )
[Missing <param name="idx"/> documentation for "M:Godot.PopupMenu.SetItemAsCheckable(System.Int32,System.Boolean)"]
[Missing <param name="enable"/> documentation for "M:Godot.PopupMenu.SetItemAsCheckable(System.Int32,System.Boolean)"]