BEPUphysics.NarrowPhaseSystems.Pairs.CollidablePairHandler.OnAddedToNarrowPhase C# (CSharp) Method

OnAddedToNarrowPhase() protected method

Called when the pair handler is added to the narrow phase.
protected OnAddedToNarrowPhase ( ) : void
return void
        protected internal override void OnAddedToNarrowPhase()
        {
            CollidableA.AddPair(this, ref listIndexA);
            CollidableB.AddPair(this, ref listIndexB);
        }