BulletCSharp.btDefaultCollisionConfiguration.getCollisionAlgorithmPool C# (CSharp) Method

getCollisionAlgorithmPool() public method

public getCollisionAlgorithmPool ( ) : SWIGTYPE_p_btPoolAllocator
return SWIGTYPE_p_btPoolAllocator
        public virtual SWIGTYPE_p_btPoolAllocator getCollisionAlgorithmPool()
        {
            IntPtr cPtr = BulletCollisionPINVOKE.btDefaultCollisionConfiguration_getCollisionAlgorithmPool(swigCPtr);
            SWIGTYPE_p_btPoolAllocator ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_btPoolAllocator(cPtr, false);
            return ret;
        }