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

BuildConvexHullShapeFromMesh2() private method

private BuildConvexHullShapeFromMesh2 ( IntPtr world, IntPtr meshShape ) : IntPtr
world System.IntPtr
meshShape System.IntPtr
return System.IntPtr
            public static extern IntPtr BuildConvexHullShapeFromMesh2(IntPtr world, IntPtr meshShape);
BSAPIUnman.BSAPICPP