コード例 #1
0
ファイル: FbxCache.cs プロジェクト: yeluo-vinager/FbxWrapper
        public bool AddChannel(string pChannelName, FbxCache.EMCDataType pMCDataType, string pInterpretation, SWIGTYPE_p_unsigned_int pChannelIndex)
        {
            bool ret = fbx_wrapperPINVOKE.FbxCache_AddChannel__SWIG_1(swigCPtr, pChannelName, (int)pMCDataType, pInterpretation, SWIGTYPE_p_unsigned_int.getCPtr(pChannelIndex));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #2
0
        public bool AddChannel(string pChannelName, FbxCache.EMCDataType pMCDataType, string pInterpretation, SWIGTYPE_p_unsigned_int pChannelIndex, FbxStatus pStatus)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxCache_AddChannel__SWIG_0(swigCPtr, pChannelName, (int)pMCDataType, pInterpretation, SWIGTYPE_p_unsigned_int.getCPtr(pChannelIndex), FbxStatus.getCPtr(pStatus));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #3
0
ファイル: FbxCache.cs プロジェクト: yeluo-vinager/FbxWrapper
        public bool OpenFileForWrite(FbxCache.EMCFileCount pFileCount, double pSamplingFrameRate, string pChannelName, FbxCache.EMCBinaryFormat pBinaryFormat, FbxCache.EMCDataType pMCDataType)
        {
            bool ret = fbx_wrapperPINVOKE.FbxCache_OpenFileForWrite__SWIG_2(swigCPtr, (int)pFileCount, pSamplingFrameRate, pChannelName, (int)pBinaryFormat, (int)pMCDataType);

            return(ret);
        }
コード例 #4
0
        public bool OpenFileForWrite(FbxCache.EMCFileCount pFileCount, double pSamplingFrameRate, string pChannelName, FbxCache.EMCBinaryFormat pBinaryFormat, FbxCache.EMCDataType pMCDataType, string pInterpretation)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxCache_OpenFileForWrite__SWIG_1(swigCPtr, (int)pFileCount, pSamplingFrameRate, pChannelName, (int)pBinaryFormat, (int)pMCDataType, pInterpretation);

            return(ret);
        }