Click or drag to resize

OptionButtonSetItemId Method

Sets the ID of the item at index idx.

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

Parameters

idx
Type: SystemInt32

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

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:Godot.OptionButton.SetItemId(System.Int32,System.Int32)"]

See Also