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

getStackAllocator() публичный Метод

public getStackAllocator ( ) : SWIGTYPE_p_btStackAlloc
Результат SWIGTYPE_p_btStackAlloc
        public virtual SWIGTYPE_p_btStackAlloc getStackAllocator()
        {
            IntPtr cPtr = BulletCollisionPINVOKE.btDefaultCollisionConfiguration_getStackAllocator(swigCPtr);
            SWIGTYPE_p_btStackAlloc ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_btStackAlloc(cPtr, false);
            return ret;
        }