Click or drag to resize

TreeItemSetCustomAsButton Method

[Missing <summary> documentation for "M:Godot.TreeItem.SetCustomAsButton(System.Int32,System.Boolean)"]

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

Parameters

column
Type: SystemInt32

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

enable
Type: SystemBoolean

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

See Also