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