mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Merge branch 'photonstorm:master' into ParticleEmitterConfig-Type-Fix
This commit is contained in:
commit
d4dd2ca77b
1 changed files with 2 additions and 2 deletions
|
@ -855,9 +855,9 @@ var MatterPhysics = new Class({
|
|||
*
|
||||
* If intersection occurs this method will return `true` and, if provided, invoke the callbacks.
|
||||
*
|
||||
* If no bodies are provided for the second parameter the target will check again all bodies in the Matter World.
|
||||
* If no bodies are provided for the second parameter the target will check against all bodies in the Matter World.
|
||||
*
|
||||
* Note that bodies can only overlap if they are in non-colliding collision groups or categories.
|
||||
* **Note that bodies can only overlap if they are in non-colliding collision groups or categories.**
|
||||
*
|
||||
* If you provide a `processCallback` then the two bodies that overlap are sent to it. This callback
|
||||
* must return a boolean and is used to allow you to perform additional processing tests before a final
|
||||
|
|
Loading…
Reference in a new issue