Click or drag to resize

TabContainerGetTabIcon Method

Returns the Texture for the tab at index tab_idx or null if the tab has no Texture.

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

Parameters

tabIdx
Type: SystemInt32

[Missing <param name="tabIdx"/> documentation for "M:Godot.TabContainer.GetTabIcon(System.Int32)"]

Return Value

Type: Texture

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

See Also