BEPUphysics.NarrowPhaseSystems.Pairs.SpherePairHandler.CleanUp C# (CSharp) Method

CleanUp() public method

Cleans up the pair handler.
public CleanUp ( ) : void
return void
        public override void CleanUp()
        {

            base.CleanUp();

            sphereA = null;
            sphereB = null;




        }