Click or drag to resize

OptionButtonSetItemText Method

Sets the text of the item at index idx.

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

Parameters

idx
Type: SystemInt32

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

text
Type: SystemString

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

See Also