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

IsPolyhedral2() private method

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