BEPUphysics.NarrowPhaseSystems.NarrowPhasePairFactory.GiveBack C# (CSharp) Method

GiveBack() public abstract method

Returns a pair to the factory for re-use.
public abstract GiveBack ( BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair pair ) : void
pair BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair Pair to return.
return void
        public abstract void GiveBack(NarrowPhasePair pair);
        /// <summary>