Swaps the positions of two Scenes in the Scenes list.
name | type | description |
---|---|---|
keyA | string | Phaser.Scene |
The first Scene to swap. |
keyB | string | Phaser.Scene |
The second Scene to swap. |
This SceneManager.