Expand description
Broadphase collision-pair scratch.
Plain data (never an ECS component, to keep it out of the editor scene
tree and off the structural-mutation path) meant to live as an
Arc<Mutex<CollisionPairs>> Resource. It has
no consumer today — the experimental native broadphase/solver lanes that
used it were removed — but is kept as a reusable serializable type.
Structs§
- Collision
Pair - A pair of entities that are potentially colliding.
- Collision
Pairs - Sink of potential collision pairs identified during broadphase.