Click or drag to resize

TreeItemGetIcon Method

Returns the given column's icon Texture. Error if no icon is set.

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

Parameters

column
Type: SystemInt32

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

Return Value

Type: Texture

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

See Also