Click or drag to resize

PopupMenuSetItemMultistate Method

Sets the 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 SetItemMultistate(
	int idx,
	int state
)

Parameters

idx
Type: SystemInt32

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

state
Type: SystemInt32

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

See Also