示例#1
0
        public virtual SWIGTYPE_p_uint32_t getConstraints(SWIGTYPE_p_p_physx__PxConstraint userBuffer, SWIGTYPE_p_uint32_t bufferSize)
        {
            SWIGTYPE_p_uint32_t ret = new SWIGTYPE_p_uint32_t(physxPINVOKE.PxRigidActor_getConstraints__SWIG_1(swigCPtr, SWIGTYPE_p_p_physx__PxConstraint.getCPtr(userBuffer), SWIGTYPE_p_uint32_t.getCPtr(bufferSize)), true);

            if (physxPINVOKE.SWIGPendingException.Pending)
            {
                throw physxPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }