Click or drag to resize

TabsSetTabsRearrangeGroup Method

Defines the rearrange group ID. Choose for each Tabs the same value to dragging tabs between Tabs. Enable drag with set_drag_to_rearrange_enabled(true).

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

Parameters

groupId
Type: SystemInt32

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

See Also