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

BuildHullShapeFromMesh2() private method

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