Skip to main content

BroadphaseStrategy

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.

@deprecated

Unused in Excalibur, will be removed in v0.30

Index

Enumeration Members

Enumeration Members

DynamicAABBTree

DynamicAABBTree: 0