Ejemplo n.º 1
0
        public UserObjectBindings swap(UserObjectBindings rhs)
        {
            UserObjectBindings ret = new UserObjectBindings(OgrePINVOKE.UserObjectBindings_swap(swigCPtr, UserObjectBindings.getCPtr(rhs)), false);

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 2
0
 public UserObjectBindings(UserObjectBindings other) : this(OgrePINVOKE.new_UserObjectBindings__SWIG_1(UserObjectBindings.getCPtr(other)), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }