Click or drag to resize

TabsAddTab Method

Adds a new tab.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void AddTab(
	string title = "",
	Texture icon = null
)

Parameters

title (Optional)
Type: SystemString

[Missing <param name="title"/> documentation for "M:Godot.Tabs.AddTab(System.String,Godot.Texture)"]

icon (Optional)
Type: GodotTexture

[Missing <param name="icon"/> documentation for "M:Godot.Tabs.AddTab(System.String,Godot.Texture)"]

See Also