Universe.Physics.BulletSPlugin.BSAPIXNA.Shutdown C# (CSharp) Method

Shutdown() public method

public Shutdown ( BulletWorld pWorld ) : void
pWorld BulletWorld
return void
        public override void Shutdown(BulletWorld pWorld)
        {
            DiscreteDynamicsWorld world = (pWorld as BulletWorldXNA).world;
            world.Cleanup();
        }
BSAPIXNA