GameEngineWindow
Singleton class that represents the game engine window.
Creates an instance of GameEngineWindow.
The ticker that will be used to update the game logic.
Dependency injection container for the game engine window. Can be used to store engine-wide dependencies and global logic components.
Root GameObject of the game engine window, it will serve to be like a singleton that will contain all the other GameObjects.
Adds a GameEngineComponent to the game engine window unless it is already attached.
Disposes of the GameEngineWindow and all of its components.
Returns a GameEngineComponent of the specified type.
GameEngineWindow
Description
Singleton class that represents the game engine window.