Version 3.1.11.0

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

Properties

Rect
Gets the rect of the page.
public Rect Rect { get; }
Title
Gets the title of the tab.
public string Title { get; set; }

Methods

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

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