Possible broadphase collision pair identification strategies

The default strategy is BroadphaseStrategy.DynamicAABBTree which uses a binary tree of axis-aligned bounding boxes to identify potential collision pairs which is O(nlog(n)) faster.

Enumeration Members

Enumeration Members

DynamicAABBTree: 0