Click or drag to resize

PopupMenuSetItemChecked Method

Sets the checkstate status of the item at index idx.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetItemChecked(
	int idx,
	bool checked
)

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.PopupMenu.SetItemChecked(System.Int32,System.Boolean)"]

checked
Type: SystemBoolean

[Missing <param name="checked"/> documentation for "M:Godot.PopupMenu.SetItemChecked(System.Int32,System.Boolean)"]

See Also