mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
same for overlap
This commit is contained in:
parent
b483fc4e1a
commit
a50b302216
1 changed files with 3 additions and 3 deletions
|
@ -84,9 +84,9 @@ var Factory = new Class({
|
|||
*
|
||||
* @param {Phaser.Physics.Arcade.Body} object1 - The first object to check for overlap.
|
||||
* @param {Phaser.Physics.Arcade.Body} object2 - The second object to check for overlap.
|
||||
* @param {ArcadePhysicsCallback} collideCallback - The callback to invoke when the two objects collide.
|
||||
* @param {ArcadePhysicsCallback} processCallback - The callback to invoke when the two objects collide. Must return a boolean.
|
||||
* @param {*} callbackContext - The scope in which to call the callbacks.
|
||||
* @param {ArcadePhysicsCallback} [collideCallback] - The callback to invoke when the two objects collide.
|
||||
* @param {ArcadePhysicsCallback} [processCallback] - The callback to invoke when the two objects collide. Must return a boolean.
|
||||
* @param {*} [callbackContext] - The scope in which to call the callbacks.
|
||||
*
|
||||
* @return {Phaser.Physics.Arcade.Collider} The Collider that was created.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue