Universe.Physics.BulletSPlugin.BSAPIUnman.BSAPICPP.DeleteCollisionShape2 C# (CSharp) Method

DeleteCollisionShape2() private method

private DeleteCollisionShape2 ( IntPtr world, IntPtr shape ) : bool
world System.IntPtr
shape System.IntPtr
return bool
            public static extern bool DeleteCollisionShape2(IntPtr world, IntPtr shape);
BSAPIUnman.BSAPICPP