LoadScene /Scene and entities

void LoadScene(string fileName)

Send a request to load a scene from the file named fileName.

The new scene won't have onSceneLoaded (pre-loop) and onSceneUpdate (loop) callback functions:

LoadScene("scenes/level1.esc");