Example #1
0
        public virtual SWIGTYPE_p_btPoolAllocator getCollisionAlgorithmPool()
        {
            global::System.IntPtr      cPtr = BulletPINVOKE.btCollisionConfiguration_getCollisionAlgorithmPool(swigCPtr);
            SWIGTYPE_p_btPoolAllocator ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_btPoolAllocator(cPtr, false);

            return(ret);
        }
Example #2
0
        public override SWIGTYPE_p_btPoolAllocator getPersistentManifoldPool()
        {
            global::System.IntPtr      cPtr = BulletPINVOKE.btDefaultCollisionConfiguration_getPersistentManifoldPool(swigCPtr);
            SWIGTYPE_p_btPoolAllocator ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_btPoolAllocator(cPtr, false);

            return(ret);
        }
Example #3
0
        public override SWIGTYPE_p_btPoolAllocator getInternalManifoldPool()
        {
            global::System.IntPtr      cPtr = BulletPINVOKE.btCollisionDispatcher_getInternalManifoldPool__SWIG_0(swigCPtr);
            SWIGTYPE_p_btPoolAllocator ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_btPoolAllocator(cPtr, false);

            return(ret);
        }
Example #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_btPoolAllocator obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }