Click or drag to resize

TabsGetTabRect Method

Returns tab Rect2 with local position and size.

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

Parameters

tabIdx
Type: SystemInt32

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

Return Value

Type: Rect2

[Missing <returns> documentation for "M:Godot.Tabs.GetTabRect(System.Int32)"]

See Also