コード例 #1
0
ファイル: FbxCache.cs プロジェクト: yeluo-vinager/FbxWrapper
        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);
        }
コード例 #2
0
ファイル: FbxCache.cs プロジェクト: yeluo-vinager/FbxWrapper
        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);
        }
コード例 #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);
        }
コード例 #4
0
ファイル: FbxCache.cs プロジェクト: yeluo-vinager/FbxWrapper
        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);
        }
コード例 #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);
        }