BulletCSharp.btDefaultCollisionConfiguration.getCollisionAlgorithmPool C# (CSharp) 메소드

getCollisionAlgorithmPool() 공개 메소드

public getCollisionAlgorithmPool ( ) : SWIGTYPE_p_btPoolAllocator
리턴 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;
        }