Skip to main content

Module collision

Module collision 

Source
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§

CollisionPair
A pair of entities that are potentially colliding.
CollisionPairs
Sink of potential collision pairs identified during broadphase.