BulletCSharp.btStackAlloc.btStackAlloc C# (CSharp) Method

btStackAlloc() private method

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

Same methods

btStackAlloc::btStackAlloc ( uint size ) : System