Click or drag to resize

TabsMoveTab Method

Moves a tab from from to to.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void MoveTab(
	int from,
	int to
)

Parameters

from
Type: SystemInt32

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

to
Type: SystemInt32

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

See Also