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

DeleteCollisionShape() public abstract method

public abstract DeleteCollisionShape ( BulletWorld world, BulletShape shape ) : bool
world BulletWorld
shape BulletShape
return bool
        public abstract bool DeleteCollisionShape(BulletWorld world, BulletShape shape);
BSAPITemplate