manages menu animation, tab changing and quitting the game
https://adventure.softleitner.com/manual/hero-setup
|
|
void | Show (bool instantly) |
| |
|
void | Hide (bool instantly) |
| |
|
void | Hidden () |
| |
|
void | TabRight (InputAction.CallbackContext context) |
| |
|
void | TabRight () |
| |
|
void | TabLeft (InputAction.CallbackContext context) |
| |
|
void | TabLeft () |
| |
|
void | TabTo (int i) |
| |
|
void | Switch () |
| |
|
void | Exit () |
| |
|
void | Quit () |
| |
|
|
Animator | Animator |
| |
|
CanvasGroup | CanvasGroup |
| |
|
HeroMenuTab | CurrentTab |
| |
|
HeroMenuTab[] | Tabs |
| |
|
TMP_Text | CurrentTabText |
| |
|
CanvasGroup | Fade |
| |
|
UnityEvent | Tabbing |
| |