public SceneRef(SceneRef src) : this(VixenLibPINVOKE.new_SceneRef__SWIG_2(SceneRef.getCPtr(src)), true) { if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } }
public bool Equal(SceneRef arg0) { bool ret = VixenLibPINVOKE.SceneRef_Equal__SWIG_0(swigCPtr, SceneRef.getCPtr(arg0)); if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public SceneRef Assign(SceneRef arg0) { SceneRef ret = new SceneRef(VixenLibPINVOKE.SceneRef_Assign__SWIG_0(swigCPtr, SceneRef.getCPtr(arg0)), false); if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }