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

IsConvex2() private method

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