SceneManager.ofbegin

The first added scene.

It can be overridden so that when the game is restarted, the manager will jump to the scene from this line:

sceneManager.ofbegin = myScene;
sceneManager.gameRestart();
class SceneManager
@safe @property nothrow
ofbegin
()

Meta