Click or drag to resize

TreeItemSetIconRegion Method

Sets the given column's icon's texture region.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetIconRegion(
	int column,
	Rect2 region
)

Parameters

column
Type: SystemInt32

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

region
Type: GodotRect2

[Missing <param name="region"/> documentation for "M:Godot.TreeItem.SetIconRegion(System.Int32,Godot.Rect2)"]

See Also