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

CleanUp() public method

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

            staticGroup = null;
            //Child type needs to null out other reference.
        }
StaticGroupPairHandler