-
Notifications
You must be signed in to change notification settings - Fork 25
OGTabs
Jeppe Zapp edited this page Feb 6, 2014
·
4 revisions
Tabs are for switching between content
Variable | Type | |
---|---|---|
activeTab | int |
The currently displayed tab content |
tabs | List<Tab> |
Tabs in use |
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 |
// No example yet