Click or drag to resize

TreeItemDeselect Method

Deselects the given column.

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

Parameters

column
Type: SystemInt32

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

See Also