Click or drag to resize

TreeItemIsSelectable Method

Returns true if column column is selectable.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool IsSelectable(
	int column
)

Parameters

column
Type: SystemInt32

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.TreeItem.IsSelectable(System.Int32)"]

See Also