コード例 #1
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);
        }
コード例 #2
0
        public bool NotEqual(MeshRef arg0)
        {
            bool ret = VixenLibPINVOKE.MeshRef_NotEqual__SWIG_0(swigCPtr, MeshRef.getCPtr(arg0));

            if (VixenLibPINVOKE.SWIGPendingException.Pending)
            {
                throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #3
0
        public MeshRef Assign(Mesh arg0)
        {
            MeshRef ret = new MeshRef(VixenLibPINVOKE.MeshRef_Assign__SWIG_1(swigCPtr, Mesh.getCPtr(arg0)), false);

            return(ret);
        }
コード例 #4
0
 internal static HandleRef getCPtr(MeshRef obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }