Moves a Scene so it is immediately above another Scene in the Scenes list.
This means it will render over the top of 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.