示例#1
0
 public FbxBlob(FbxBlob pRHS) : this(fbx_wrapperPINVOKE.new_FbxBlob__SWIG_2(FbxBlob.getCPtr(pRHS)), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public void SetBlob(FbxBlob pBlob)
 {
     fbx_wrapperPINVOKE.FbxProceduralTexture_SetBlob(swigCPtr, FbxBlob.getCPtr(pBlob));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#3
0
        public bool ne(FbxBlob pRHS)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxBlob_ne(swigCPtr, FbxBlob.getCPtr(pRHS));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#4
0
        public bool eq(FbxBlob pRHS)
        {
            bool ret = fbx_wrapperPINVOKE.FbxBlob_eq(swigCPtr, FbxBlob.getCPtr(pRHS));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#5
0
        public FbxBlob assign(FbxBlob pValue)
        {
            FbxBlob ret = new FbxBlob(fbx_wrapperPINVOKE.FbxBlob_assign(swigCPtr, FbxBlob.getCPtr(pValue)), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }