Example #1
0
        public bool GetCacheType(SWIGTYPE_p_FbxCache__EMCFileCount pFileCount)
        {
            bool ret = fbx_wrapperPINVOKE.FbxCache_GetCacheType__SWIG_1(swigCPtr, SWIGTYPE_p_FbxCache__EMCFileCount.getCPtr(pFileCount));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #2
0
        public bool GetCacheType(SWIGTYPE_p_FbxCache__EMCFileCount pFileCount, FbxStatus pStatus)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxCache_GetCacheType__SWIG_0(swigCPtr, SWIGTYPE_p_FbxCache__EMCFileCount.getCPtr(pFileCount), FbxStatus.getCPtr(pStatus));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxCache__EMCFileCount obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }