Click or drag to resize

TreeItemIsEditable Method

Returns true if column column is editable.

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

Parameters

column
Type: SystemInt32

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

Return Value

Type: Boolean

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

See Also