|
DoopelPonger
|
Container that holds the relationship between the context names and the contexts. More...


Classes | |
| struct | UIKeyboardControllerContextInspector |
| Struct used so that contexts can be configured in the inspector. More... | |
Public Member Functions | |
| void | Awake () |
| Convert the contexts array to a mapping of context name to context data. More... | |
| UIKeyboardControllerContext | GetContext (UIKeyboardControllerContextName contextName) |
Public Attributes | |
| UIKeyboardControllerContextInspector [] | contexts |
Container that holds the relationship between the context names and the contexts.
Available context names used by the UIKeyboardControllerContext.
| Enumerator | |
|---|---|
| MAIN_MENU | |
| SUBMENU_SINGLE_PLAYER | |
| SUBMENU_COOP | |
| SUBMENU_SETTINGS | |
| PAUSE_MENU | |
| LOSE_MENU | |
| WIN_MENU | |
| TUTORIAL_PAUSED | |
| void UIKeyboardControllerContextManager.Awake | ( | ) |
Convert the contexts array to a mapping of context name to context data.
| UIKeyboardControllerContext UIKeyboardControllerContextManager.GetContext | ( | UIKeyboardControllerContextName | contextName | ) |
| contextName | The context name to get the context for. |
| UIKeyboardControllerContextInspector [] UIKeyboardControllerContextManager.contexts |
The list of contexts used throughout the game.
1.8.14