Exemplo n.º 1
0
        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);
        }
        public virtual SWIGTYPE_p_btPoolAllocator getInternalManifoldPool()
        {
            IntPtr cPtr = BulletCollisionPINVOKE.btCollisionDispatcher_getInternalManifoldPool__SWIG_0(swigCPtr);
            SWIGTYPE_p_btPoolAllocator ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_btPoolAllocator(cPtr, false);

            return(ret);
        }
Exemplo n.º 3
0
 internal static HandleRef getCPtr(SWIGTYPE_p_btPoolAllocator obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_btPoolAllocator obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }