Version 3.3.0.1

GUITabPage class

Namespace: Sirenix.Utilities.Editor
Assembly: Sirenix.Utilities.Editor
public class GUITabPage
A tab page created by GUITabGroup.
Inheritance
  • System.Object
  • GUITabPage
See Also

Fields

Icon
public SdfIconType Icon
IsActive
public bool IsActive
IsVisible
public bool IsVisible
Order
public int Order
Rect
public Rect Rect
TabName
public readonly string TabName
TextColor
public Color? TextColor
Title
public string Title
Tooltip
public string Tooltip

Methods

BeginPage()
Begins the page.
public bool BeginPage()
Returns
System.Boolean

EndPage()
Ends the page.
public void EndPage()