Represents the base class for a game.
More...
|
virtual void | Start () |
| Called when the game starts.
|
|
virtual void | Update () |
| Called every frame to update the game logic.
|
|
virtual void | OnStop () |
| Called when the game is stopped or terminated.
|
|
Represents the base class for a game.
◆ OnStop()
virtual void WoopWoop.Game.OnStop |
( |
| ) |
|
|
virtual |
Called when the game is stopped or terminated.
◆ Start()
virtual void WoopWoop.Game.Start |
( |
| ) |
|
|
virtual |
Called when the game starts.
◆ Update()
virtual void WoopWoop.Game.Update |
( |
| ) |
|
|
virtual |
Called every frame to update the game logic.
The documentation for this class was generated from the following file: