collideAABBVsAABB(aabb)
Collides this AABB against a AABB.
Parameters
Name | Type | Description |
---|---|---|
aabb | Phaser.Physics.Ninja.AABB | The AABB to collide against. |
- Source code: physics/ninja/AABB.js (Line 336)
collideAABBVsAABB(aabb)
Collides this AABB against a AABB.
Name | Type | Description |
---|---|---|
aabb | Phaser.Physics.Ninja.AABB | The AABB to collide against. |
Please login to continue.