Click or drag to resize

TabsRemoveTab Method

Removes the tab at index tab_idx.

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

Parameters

tabIdx
Type: SystemInt32

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

See Also