Click or drag to resize

OptionButtonSelect Method

Selects an item by index and makes it the current item. This will work even if the item is disabled.

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

Parameters

idx
Type: SystemInt32

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

See Also