EnumerationsBroadphaseStrategyOn this pageBroadphaseStrategy 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.@deprecatedUnused in Excalibur, will be removed in v0.30Index Enumeration MembersDynamicAABBTreeEnumeration Members DynamicAABBTreeDynamicAABBTree: 0
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.
Unused in Excalibur, will be removed in v0.30