|
DoopelPonger
|
Parent class for text items that can be selected by players. More...


Public Member Functions | |
| void | Awake () |
| Initialize references and the child object. More... | |
| void | DoAction () |
| The item has been selected in the menu. More... | |
Public Attributes | |
| UIMenuController | menuController |
Protected Member Functions | |
| abstract void | ChildAwake () |
| Method called in the parent object's awake method. More... | |
| abstract void | DoThing () |
| Action to perform when the item has been selected. More... | |
Protected Attributes | |
| EventManager | eventManager |
Parent class for text items that can be selected by players.
| void UISelectAction.Awake | ( | ) |
Initialize references and the child object.
|
protectedpure virtual |
Method called in the parent object's awake method.
Implemented in UIResume, UIShowControls, UIExit, UIStartGame, UISpawnSubmenuAction, UIStartTutorialAction, UIShowAbout, UIShowMainMenu, UIShowTutorial, UIStartCoop, UITryAgain, UIShowMainMenuFromTutorial, and UIStartFromTutorial.
| void UISelectAction.DoAction | ( | ) |
The item has been selected in the menu.
|
protectedpure virtual |
Action to perform when the item has been selected.
Implemented in UIResume, UIShowControls, UIExit, UIStartGame, UISpawnSubmenuAction, UIStartTutorialAction, UIShowAbout, UIShowMainMenu, UIShowTutorial, UIStartCoop, UITryAgain, UIShowMainMenuFromTutorial, and UIStartFromTutorial.
|
protected |
| UIMenuController UISelectAction.menuController |
Reference to the menuController that handles transitioning in and out of the menu.
1.8.14