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

CleanUp() public method

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

            box = null;
            sphere = null;

        }