Click or drag to resize

ItemListSetItemSelectable Method

Allows or disallows selection of the item associated with the specified index.

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

Parameters

idx
Type: SystemInt32

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

selectable
Type: SystemBoolean

[Missing <param name="selectable"/> documentation for "M:Godot.ItemList.SetItemSelectable(System.Int32,System.Boolean)"]

See Also