Callbacks to consider running in response to a contact ending. These are always one-time callbacks.
NB: This could become a performance bottleneck, since we're using an array with O(n) search overhead. The assumption is that the array will be small. If that changes, then this will need to be redesigned.
Readonly
worldThe physics world in which all actors interact
Provide a scene, so we can route collision events to it
AdvancedCollisionService is a physics simulator that provides the ability to run code in response to collisions.