Exemplo n.º 1
0
        public virtual bool updatePvdProperties(SWIGTYPE_p_physx__pvdsdk__PvdDataStream pvdConnection, PxConstraint c, PxPvdUpdateType.Enum updateType)
        {
            bool ret = physxPINVOKE.PxConstraintConnector_updatePvdProperties(swigCPtr, SWIGTYPE_p_physx__pvdsdk__PvdDataStream.getCPtr(pvdConnection), PxConstraint.getCPtr(c), (int)updateType);

            if (physxPINVOKE.SWIGPendingException.Pending)
            {
                throw physxPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 2
0
 public PxConstraintInfo(PxConstraint c, SWIGTYPE_p_void extRef, SWIGTYPE_p_uint32_t t) : this(physxPINVOKE.new_PxConstraintInfo__SWIG_1(PxConstraint.getCPtr(c), SWIGTYPE_p_void.getCPtr(extRef), SWIGTYPE_p_uint32_t.getCPtr(t)), true)
 {
     if (physxPINVOKE.SWIGPendingException.Pending)
     {
         throw physxPINVOKE.SWIGPendingException.Retrieve();
     }
 }