Inheritance: IDisposable
示例#1
0
        public bool op_equal(aiTexel other)
        {
            bool ret = assimp_swigPINVOKE.aiTexel_op_equal(swigCPtr, aiTexel.getCPtr(other));

            if (assimp_swigPINVOKE.SWIGPendingException.Pending)
            {
                throw assimp_swigPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#2
0
    public bool __nequal__(aiTexel other)
    {
        bool ret = AssimpPINVOKE.aiTexel___nequal__(swigCPtr, aiTexel.getCPtr(other));

        if (AssimpPINVOKE.SWIGPendingException.Pending)
        {
            throw AssimpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
示例#3
0
文件: aiTexel.cs 项目: NevilX/assimp
 public bool __nequal__(aiTexel other) {
   bool ret = AssimpPINVOKE.aiTexel___nequal__(swigCPtr, aiTexel.getCPtr(other));
   if (AssimpPINVOKE.SWIGPendingException.Pending) throw AssimpPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#4
0
文件: aiTexel.cs 项目: NevilX/assimp
 internal static HandleRef getCPtr(aiTexel obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
示例#5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(aiTexel obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#6
0
 internal static HandleRef getCPtr(aiTexel obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }