Example #1
0
 public SceneRef(SceneRef src) : this(VixenLibPINVOKE.new_SceneRef__SWIG_2(SceneRef.getCPtr(src)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #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);
        }
Example #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);
        }
Example #4
0
        public SceneRef Assign(Scene arg0)
        {
            SceneRef ret = new SceneRef(VixenLibPINVOKE.SceneRef_Assign__SWIG_1(swigCPtr, Scene.getCPtr(arg0)), false);

            return(ret);
        }
Example #5
0
 internal static HandleRef getCPtr(SceneRef obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }