Click or drag to resize

ItemListUnselect Method

Ensures the item associated with the specified index is not selected.

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

Parameters

idx
Type: SystemInt32

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

See Also