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

DeleteCollisionShape() public method

public DeleteCollisionShape ( BulletWorld pWorld, BulletShape pShape ) : bool
pWorld BulletWorld
pShape BulletShape
return bool
        public override bool DeleteCollisionShape(BulletWorld pWorld, BulletShape pShape)
        {
            //TODO:
            return false;
        }
BSAPIXNA