Click or drag to resize

TreeItemSetSelectable Method

If true, the given column is selectable.

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

Parameters

column
Type: SystemInt32

[Missing <param name="column"/> documentation for "M:Godot.TreeItem.SetSelectable(System.Int32,System.Boolean)"]

selectable
Type: SystemBoolean

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

See Also