Photon Unity Networking 2
2.52
Tab view manager. Handles Tab views activation and deactivation, and provides a Unity Event Callback when a tab was selected. More...
Inherits MonoBehaviour.
Classes | |
| class | Tab |
| class | TabChangeEvent |
| Tab change event. More... | |
Public Member Functions | |
| void | SelectTab (string id) |
| Selects a given tab. More... | |
Public Attributes | |
| ToggleGroup | ToggleGroup |
| The toggle group component target. More... | |
| Tab[] | Tabs |
| all the tabs for this group More... | |
| TabChangeEvent | OnTabChanged |
| The on tab changed Event. More... | |
Protected Attributes | |
| Tab | CurrentTab |
Tab view manager. Handles Tab views activation and deactivation, and provides a Unity Event Callback when a tab was selected.
| void SelectTab | ( | string | id | ) |
Selects a given tab.
| id | Tab Id |
| TabChangeEvent OnTabChanged |
The on tab changed Event.
| Tab [] Tabs |
all the tabs for this group
| ToggleGroup ToggleGroup |
The toggle group component target.