コード例 #1
0
 public FbxBlob(FbxBlob pRHS) : this(FbxWrapperNativePINVOKE.new_FbxBlob__SWIG_2(FbxBlob.getCPtr(pRHS)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.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 FbxBlob assign(FbxBlob pValue)
        {
            FbxBlob ret = new FbxBlob(FbxWrapperNativePINVOKE.FbxBlob_assign(swigCPtr, FbxBlob.getCPtr(pValue)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #5
0
ファイル: FbxBlob.cs プロジェクト: yeluo-vinager/FbxWrapper
        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);
        }
コード例 #6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxBlob obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #7
0
        public FbxBlob GetBlob()
        {
            FbxBlob ret = new FbxBlob(fbx_wrapperPINVOKE.FbxProceduralTexture_GetBlob(swigCPtr), true);

            return(ret);
        }