| GameBehaviour Class |
Namespace: Slash.Unity.Common.ECS
The GameBehaviour type exposes the following members.
| Name | Description | |
|---|---|---|
| GameBehaviour | Initializes a new instance of the GameBehaviour class |
| Name | Description | |
|---|---|---|
| Game |
Current game instance.
| |
| GameConfiguration |
Behaviour to manage game configuration.
| |
| Instance |
| Name | Description | |
|---|---|---|
| OnDestroy | ||
| StartGame |
Starts the specified game with the current configuration, notifying
interested listeners of the new game.
|
| Name | Description | |
|---|---|---|
| GameChanged |
Current game has changed.
|
| Name | Description | |
|---|---|---|
| FrameCounter |
Number of frames while behaviour was enabled.
| |
| StartImmediately |
Whether to start the game immediately when the scene is loaded.
| |
| UpdatePeriod |
Update period of game (in s).
0 if no fixed update.
|