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

IsConvex2d2() private method

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