Click or drag to resize

TreeItemSetEditable Method

If true, column column is editable.

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

Parameters

column
Type: SystemInt32

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

enabled
Type: SystemBoolean

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

See Also