Click or drag to resize

TabsSetTabTitle Method

Sets a title for the tab at index tab_idx.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetTabTitle(
	int tabIdx,
	string title
)

Parameters

tabIdx
Type: SystemInt32

[Missing <param name="tabIdx"/> documentation for "M:Godot.Tabs.SetTabTitle(System.Int32,System.String)"]

title
Type: SystemString

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

See Also