Click or drag to resize

PopupMenuSetItemAsRadioCheckable Method

Sets the type of the item at the specified index idx to radio button. If false, sets the type of the item to plain text.

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

Parameters

idx
Type: SystemInt32

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

enable
Type: SystemBoolean

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

See Also