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); }
public UserObjectBindings(UserObjectBindings other) : this(OgrePINVOKE.new_UserObjectBindings__SWIG_1(UserObjectBindings.getCPtr(other)), true) { if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }