Initialises scene. This method is called each time the loader is called.
If all screens are defined before the first call to Engine.start()
,
this method is only called once.
A reference to the active engine core
Main method. Called on each frame
A reference to the active engine core
Current loader stats
Generated using TypeDoc
Loader behavior. Basically a specialized
GameScreen
used to present loading progress. Its implementations should use as few resources as possible, as they are loaded concurrently to the game resources.