mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Allow object param type for Arcade group Factory
This commit is contained in:
parent
806b5981b0
commit
8124ba9b86
1 changed files with 2 additions and 2 deletions
|
@ -220,7 +220,7 @@ var Factory = new Class({
|
|||
* @method Phaser.Physics.Arcade.Factory#staticGroup
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param {array} [children] - [description]
|
||||
* @param {object|object[]} [children] - [description]
|
||||
* @param {GroupConfig} [config] - [description]
|
||||
*
|
||||
* @return {Phaser.Physics.Arcade.StaticGroup} The Static Group object that was created.
|
||||
|
@ -237,7 +237,7 @@ var Factory = new Class({
|
|||
* @method Phaser.Physics.Arcade.Factory#group
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param {array} [children] - [description]
|
||||
* @param {object|object[]} [children] - [description]
|
||||
* @param {PhysicsGroupConfig} [config] - [description]
|
||||
*
|
||||
* @return {Phaser.Physics.Arcade.Group} The Group object that was created.
|
||||
|
|
Loading…
Add table
Reference in a new issue