Click or drag to resize

TreeItemSetIcon Method

Sets the given column's icon Texture.

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

Parameters

column
Type: SystemInt32

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

texture
Type: GodotTexture

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

See Also