BEPUphysics.NarrowPhaseSystems.Pairs.DetectorVolumeGroupPairHandler.OnAddedToNarrowPhase C# (CSharp) 메소드

OnAddedToNarrowPhase() 보호된 메소드

Called when the pair handler is added to the narrow phase.
protected OnAddedToNarrowPhase ( ) : void
리턴 void
        protected internal override void OnAddedToNarrowPhase()
        {
            DetectorVolume.pairs.Add(Collidable.entity, this);
        }