Click or drag to resize

PopupMenuToggleItemMultistate Method

Cycle to the next state of a multistate item. See AddMultistateItem(String, Int32, Int32, Int32, UInt32) for details.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void ToggleItemMultistate(
	int idx
)

Parameters

idx
Type: SystemInt32

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

See Also