Superclass of pairs between collidables that generate contact points.
Inheritance: BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair
示例#1
0
 internal void StoppedContaining(DetectorVolumePairHandler pair)
 {
     locker.Enter();
     containmentChanges.Enqueue(new ContainmentChange
     {
         Change = ContainmentChangeType.StoppedContaining,
         Entity = pair.Collidable.entity
     });
     locker.Exit();
 }