mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 14:08:28 +00:00
Docs: fix generic type for GameObjectFactory#existing
This commit is contained in:
parent
8283d5cb10
commit
f35ab198f7
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ var GameObjectFactory = new Class({
|
|||
* @method Phaser.GameObjects.GameObjectFactory#existing
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @generic {Phaser.GameObjects.GameObject} G - [child,$return]
|
||||
* @generic {(Phaser.GameObjects.GameObject|Phaser.GameObjects.Group)} G - [child,$return]
|
||||
*
|
||||
* @param {(Phaser.GameObjects.GameObject|Phaser.GameObjects.Group)} child - The child to be added to this Scene.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue