Esempio n. 1
0
 public SceneRef(SceneRef src) : this(VixenLibPINVOKE.new_SceneRef__SWIG_2(SceneRef.getCPtr(src)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
        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);
        }
Esempio n. 3
0
        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);
        }