Moves a Scene so it is immediately below another Scene in the Scenes list.
This means it will render behind the other Scene.
name | type | description |
---|---|---|
keyA | string | Phaser.Scene |
The Scene that Scene B will be moved above. |
keyB | string | Phaser.Scene |
The Scene to be moved. |
This SceneManager.