Click or drag to resize

TreeItemGetButtonCount Method

Returns the number of buttons in column column. May be used to get the most recently added button's index, if no index was specified.

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

Parameters

column
Type: SystemInt32

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

Return Value

Type: Int32

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

See Also