Load a scene to the FRONT or BACK layer

ruimac

Member
In scripting, I can check if the code is running in the MAIN, FRONT or BACK layers.
But, for example, if my code is running in the MAIN layer, is it possible to use scripting to load a scene in the FRONT or BACK layers?
 
like this?
system.LoadBackScene(scenepath As String) As Scene
system.LoadFrontScene(scenepath As String) As Scene
system.LoadMainScene(scenepath As String) As Scene
 
Back
Top