|
EGDL2 2.1
|
Class responsible for creating and managing game parameters for UI. More...
Inherits MonoBehaviour.
Public Member Functions | |
| void | Reset () |
| Resets the game parameter creator by clearing all widgets and objects. | |
| void | LoadIntoParamHandler (GameParameters parameter) |
| Loads the given game parameters into the parameter handler. | |
| async void | SetUp () |
| Populate list of widgets/parameters in the UI. | |
| void | LoadGame () |
| Loads the game scene and prints the parameters. | |
Class responsible for creating and managing game parameters for UI.
|
inline |
Loads the given game parameters into the parameter handler.
| parameter | The game parameters to load. |

