BulletCSharp.btVertexBufferDescriptor.btVertexBufferDescriptor C# (CSharp) Method

btVertexBufferDescriptor() private method

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