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

CleanUp() public method

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

            base.CleanUp();
            compound = null;


        }
DetectorVolumeCompoundPairHandler