List of bodies currently in the broadphase.
The bounding volume type to use in the broadphase algorithms. Should be set to Broadphase.AABB or Broadphase.BOUNDING_CIRCLE.
The resulting overlapping pairs. Will be filled with results during .getCollisionPairs().
Optional
worldThe world to search for collision pairs in. To change it, use .setWorld()
Static
AABBAxis aligned bounding box type.
Static
BOUNDING_Bounding circle type.
Static
NAIVENaive Broadphase
Static
SAPSAP Broadphase
Change the world
Static
aabbStatic
boundingStatic
can
Sweep and prune broadphase along one axis.