mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 12:13:19 +00:00
Fix getScene, getScenes return types.
This commit is contained in:
parent
c78b3a007d
commit
2295d4c5e5
2 changed files with 3 additions and 0 deletions
|
@ -847,6 +847,7 @@ var SceneManager = new Class({
|
|||
* @since 3.16.0
|
||||
*
|
||||
* @generic {Phaser.Scene[]} T - [$return]
|
||||
* @genericUse {T} - [$return]
|
||||
*
|
||||
* @param {boolean} [isActive=true] - Only include Scene's that are currently active?
|
||||
* @param {boolean} [inReverse=false] - Return the array of Scenes in reverse?
|
||||
|
@ -885,6 +886,7 @@ var SceneManager = new Class({
|
|||
*
|
||||
* @generic {Phaser.Scene} T
|
||||
* @genericUse {(T|string)} - [key]
|
||||
* @genericUse {T} - [$return]
|
||||
*
|
||||
* @param {(string|Phaser.Scene)} key - The key of the Scene to retrieve.
|
||||
*
|
||||
|
|
|
@ -1022,6 +1022,7 @@ var ScenePlugin = new Class({
|
|||
*
|
||||
* @generic {Phaser.Scene} T
|
||||
* @genericUse {(T|string)} - [key]
|
||||
* @genericUse {T} - [$return]
|
||||
*
|
||||
* @method Phaser.Scenes.ScenePlugin#get
|
||||
* @since 3.0.0
|
||||
|
|
Loading…
Reference in a new issue