BulletCSharp.btPoolAllocator.btPoolAllocator C# (CSharp) Метод

btPoolAllocator() приватный Метод

private btPoolAllocator ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
Результат System
        internal btPoolAllocator(IntPtr cPtr, bool cMemoryOwn)
        {
            swigCMemOwn = cMemoryOwn;
            swigCPtr = new HandleRef(this, cPtr);
        }

Same methods

btPoolAllocator::btPoolAllocator ( int elemSize, int maxElements ) : System