Skip to content
Jeppe Zapp edited this page Feb 6, 2014 · 4 revisions

Tabs are for switching between content

Variables

Variable Type
activeTab int The currently displayed tab content
tabs List<Tab> Tabs in use

Methods

Method Return type
AddTab ( tabName : string, tabObject : GameObject, switchTo : boolean ) void Add a tab
ClearTabs void Remove all tabs
SetActiveTab ( tab : int ) void Set active tab

Example

// No example yet
Clone this wiki locally