BEPUphysics.NarrowPhaseSystems.NarrowPhasePairFactory.GiveBack C# (CSharp) 메소드

GiveBack() 공개 추상적인 메소드

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.
리턴 void
        public abstract void GiveBack(NarrowPhasePair pair);
        /// <summary>