Esempio n. 1
0
        public bool ConvertFromPC2ToMC(FbxCache.EMCFileCount pFileCount, double pSamplingFrameRate, FbxCache.EMCBinaryFormat pBinaryFormat)
        {
            bool ret = fbx_wrapperPINVOKE.FbxCache_ConvertFromPC2ToMC__SWIG_1(swigCPtr, (int)pFileCount, pSamplingFrameRate, (int)pBinaryFormat);

            return(ret);
        }
Esempio n. 2
0
        public bool OpenFileForWrite(FbxCache.EMCFileCount pFileCount, double pSamplingFrameRate, string pChannelName, FbxCache.EMCBinaryFormat pBinaryFormat)
        {
            bool ret = fbx_wrapperPINVOKE.FbxCache_OpenFileForWrite__SWIG_3(swigCPtr, (int)pFileCount, pSamplingFrameRate, pChannelName, (int)pBinaryFormat);

            return(ret);
        }
Esempio n. 3
0
        public bool ConvertFromPC2ToMC(FbxCache.EMCFileCount pFileCount, double pSamplingFrameRate, FbxCache.EMCBinaryFormat pBinaryFormat, FbxStatus pStatus)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxCache_ConvertFromPC2ToMC__SWIG_0(swigCPtr, (int)pFileCount, pSamplingFrameRate, (int)pBinaryFormat, FbxStatus.getCPtr(pStatus));

            return(ret);
        }
Esempio n. 4
0
        public bool OpenFileForWrite(FbxCache.EMCFileCount pFileCount, double pSamplingFrameRate, string pChannelName, FbxCache.EMCBinaryFormat pBinaryFormat, FbxCache.EMCDataType pMCDataType, string pInterpretation, FbxStatus pStatus)
        {
            bool ret = fbx_wrapperPINVOKE.FbxCache_OpenFileForWrite__SWIG_0(swigCPtr, (int)pFileCount, pSamplingFrameRate, pChannelName, (int)pBinaryFormat, (int)pMCDataType, pInterpretation, FbxStatus.getCPtr(pStatus));

            return(ret);
        }
Esempio n. 5
0
        public bool OpenFileForWrite(FbxCache.EMCFileCount pFileCount, double pSamplingFrameRate, string pChannelName, FbxCache.EMCBinaryFormat pBinaryFormat, FbxCache.EMCDataType pMCDataType)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxCache_OpenFileForWrite__SWIG_2(swigCPtr, (int)pFileCount, pSamplingFrameRate, pChannelName, (int)pBinaryFormat, (int)pMCDataType);

            return(ret);
        }