public MeshRef(MeshRef src) : this(VixenLibPINVOKE.new_MeshRef__SWIG_2(MeshRef.getCPtr(src)), true) { if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } }
public bool Equal(MeshRef arg0) { bool ret = VixenLibPINVOKE.MeshRef_Equal__SWIG_0(swigCPtr, MeshRef.getCPtr(arg0)); if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public MeshRef Assign(MeshRef arg0) { MeshRef ret = new MeshRef(VixenLibPINVOKE.MeshRef_Assign__SWIG_0(swigCPtr, MeshRef.getCPtr(arg0)), false); if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }