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

RemoveChildShapeFromCompoundShapeIndex2() private method

private RemoveChildShapeFromCompoundShapeIndex2 ( IntPtr cShape, int indx ) : IntPtr
cShape System.IntPtr
indx int
return System.IntPtr
            public static extern IntPtr RemoveChildShapeFromCompoundShapeIndex2(IntPtr cShape, int indx);
BSAPIUnman.BSAPICPP