We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cfbc79 commit 88c8bb1Copy full SHA for 88c8bb1
1 file changed
src/scene/ScenePlugin.js
@@ -571,6 +571,11 @@ var ScenePlugin = new Class({
571
572
/**
573
* Makes this Scene sleep then starts the Scene given.
574
+ *
575
+ * No checks are made to see if an instance of the given Scene is already running.
576
+ * Because Scenes in Phaser are non-exclusive, you are allowed to run multiple
577
+ * instances of them _at the same time_. This means, calling this function
578
+ * may launch another instance of the requested Scene if it's already running.
579
*
580
* @method Phaser.Scenes.ScenePlugin#switch
581
* @since 3.0.0
0 commit comments