Click or drag to resize

TreeItemSetButton Method

Sets the given column's button Texture at index button_idx to button.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetButton(
	int column,
	int buttonIdx,
	Texture button
)

Parameters

column
Type: SystemInt32

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

buttonIdx
Type: SystemInt32

[Missing <param name="buttonIdx"/> documentation for "M:Godot.TreeItem.SetButton(System.Int32,System.Int32,Godot.Texture)"]

button
Type: GodotTexture

[Missing <param name="button"/> documentation for "M:Godot.TreeItem.SetButton(System.Int32,System.Int32,Godot.Texture)"]

See Also