File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ var Class = require('../../utils/Class');
1717 *
1818 * @param {Phaser.Physics.Arcade.World } world - [description]
1919 * @param {boolean } overlapOnly - [description]
20- * @param {Phaser.GameObjects.GameObject } object1 - The first object to check for collision.
21- * @param {Phaser.GameObjects.GameObject } object2 - The second object to check for collision.
20+ * @param {( Phaser.GameObjects.GameObject|Phaser.GameObjects.GameObject[]) } object1 - The first object to check for collision.
21+ * @param {( Phaser.GameObjects.GameObject|Phaser.GameObjects.GameObject[]) } object2 - The second object to check for collision.
2222 * @param {ArcadePhysicsCallback } collideCallback - The callback to invoke when the two objects collide.
2323 * @param {ArcadePhysicsCallback } processCallback - The callback to invoke when the two objects collide. Must return a boolean.
2424 * @param {object } callbackContext - The scope in which to call the callbacks.
You can’t perform that action at this time.
0 commit comments