Exemplo n.º 1
0
 public virtual void setFlags(SWIGTYPE_p_physx__PxFlagsT_physx__PxConstraintFlag__Enum_uint16_t_t flags)
 {
     physxPINVOKE.PxConstraint_setFlags(swigCPtr, SWIGTYPE_p_physx__PxFlagsT_physx__PxConstraintFlag__Enum_uint16_t_t.getCPtr(flags));
     if (physxPINVOKE.SWIGPendingException.Pending)
     {
         throw physxPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
        public virtual SWIGTYPE_p_physx__PxFlagsT_physx__PxConstraintFlag__Enum_uint16_t_t getFlags()
        {
            SWIGTYPE_p_physx__PxFlagsT_physx__PxConstraintFlag__Enum_uint16_t_t ret = new SWIGTYPE_p_physx__PxFlagsT_physx__PxConstraintFlag__Enum_uint16_t_t(physxPINVOKE.PxConstraint_getFlags(swigCPtr), true);

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