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

RemoveChildShapeFromCompoundShape2() private method

private RemoveChildShapeFromCompoundShape2 ( IntPtr cShape, IntPtr removeShape ) : void
cShape System.IntPtr
removeShape System.IntPtr
return void
            public static extern void RemoveChildShapeFromCompoundShape2(IntPtr cShape, IntPtr removeShape);
BSAPIUnman.BSAPICPP