mirror of
https://github.com/photonstorm/phaser
synced 2024-12-25 12:33:38 +00:00
Merge pull request #6157 from samme/patch-16
Fix JSDoc syntax in GameObjectFactory#group()
This commit is contained in:
commit
3175f1e4fa
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ var GameObjectFactory = require('../GameObjectFactory');
|
||||||
* @method Phaser.GameObjects.GameObjectFactory#group
|
* @method Phaser.GameObjects.GameObjectFactory#group
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
*
|
*
|
||||||
* @param {(Phaser.GameObjects.GameObject[]|Phaser.Types.GameObjects.Group.GroupConfig|Phaser.Types.GameObjects.Group.GroupConfig[]||Phaser.Types.GameObjects.Group.GroupCreateConfig)} [children] - Game Objects to add to this Group; or the `config` argument.
|
* @param {(Phaser.GameObjects.GameObject[]|Phaser.Types.GameObjects.Group.GroupConfig|Phaser.Types.GameObjects.Group.GroupConfig[]|Phaser.Types.GameObjects.Group.GroupCreateConfig)} [children] - Game Objects to add to this Group; or the `config` argument.
|
||||||
* @param {Phaser.Types.GameObjects.Group.GroupConfig|Phaser.Types.GameObjects.Group.GroupCreateConfig} [config] - A Group Configuration object.
|
* @param {Phaser.Types.GameObjects.Group.GroupConfig|Phaser.Types.GameObjects.Group.GroupCreateConfig} [config] - A Group Configuration object.
|
||||||
*
|
*
|
||||||
* @return {Phaser.GameObjects.Group} The Game Object that was created.
|
* @return {Phaser.GameObjects.Group} The Game Object that was created.
|
||||||
|
|
Loading…
Reference in a new issue