BulletCSharp.btPolyhedralConvexShape.btPolyhedralConvexShape C# (CSharp) Method

btPolyhedralConvexShape() private method

private btPolyhedralConvexShape ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
return System
        internal btPolyhedralConvexShape(IntPtr cPtr, bool cMemoryOwn)
        {
            swigCMemOwn = cMemoryOwn;
            swigCPtr = new HandleRef(this, cPtr);
        }