コード例 #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);
        }
コード例 #2
0
        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);
        }
コード例 #3
0
 internal static HandleRef getCPtr(SWIGTYPE_p_btPoolAllocator obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #4
0
 internal static HandleRef getCPtr(SWIGTYPE_p_btPoolAllocator obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }