コード例 #1
0
ファイル: FbxManager.cs プロジェクト: koriandrei/ds2fbx
 public virtual void SetIOSettings(FbxIOSettings pIOSettings)
 {
     NativeMethods.FbxManager_SetIOSettings(swigCPtr, FbxIOSettings.getCPtr(pIOSettings));
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
ファイル: FbxManager.cs プロジェクト: zwiglm/NeoAxisEngine
 public void FillCommonIOSettings(FbxIOSettings pIOS, bool pImport)
 {
     FbxWrapperNativePINVOKE.FbxManager_FillCommonIOSettings(swigCPtr, FbxIOSettings.getCPtr(pIOS), pImport);
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
        public virtual bool Initialize(string pFileName, int pFileFormat, FbxIOSettings pIOSettings)
        {
            bool ret = NativeMethods.FbxIOBase_Initialize__SWIG_0(swigCPtr, pFileName, pFileFormat, FbxIOSettings.getCPtr(pIOSettings));

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #4
0
ファイル: FbxIOInfo.cs プロジェクト: zwiglm/NeoAxisEngine
 public void Set_IOS(FbxIOSettings pIOS)
 {
     FbxWrapperNativePINVOKE.FbxIOInfo_Set_IOS(swigCPtr, FbxIOSettings.getCPtr(pIOS));
 }
コード例 #5
0
ファイル: FbxExporter.cs プロジェクト: zwiglm/NeoAxisEngine
        public virtual bool Initialize(FbxStream pStream, SWIGTYPE_p_void pStreamData, int pFileFormat, FbxIOSettings pIOSettings)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxExporter_Initialize__SWIG_3(swigCPtr, FbxStream.getCPtr(pStream), SWIGTYPE_p_void.getCPtr(pStreamData), pFileFormat, FbxIOSettings.getCPtr(pIOSettings));

            return(ret);
        }
コード例 #6
0
ファイル: FbxExporter.cs プロジェクト: zwiglm/NeoAxisEngine
        public override bool Initialize(string pFileName, int pFileFormat, FbxIOSettings pIOSettings)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxExporter_Initialize__SWIG_0(swigCPtr, pFileName, pFileFormat, FbxIOSettings.getCPtr(pIOSettings));

            return(ret);
        }
コード例 #7
0
ファイル: FbxExporter.cs プロジェクト: zwiglm/NeoAxisEngine
 public void SetIOSettings(FbxIOSettings pIOSettings)
 {
     FbxWrapperNativePINVOKE.FbxExporter_SetIOSettings(swigCPtr, FbxIOSettings.getCPtr(pIOSettings));
 }
コード例 #8
0
 public void FillIOSettingsForReadersRegistered(FbxIOSettings pIOS)
 {
     fbx_wrapperPINVOKE.FbxManager_FillIOSettingsForReadersRegistered(swigCPtr, FbxIOSettings.getCPtr(pIOS));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #9
0
 public void SetIOSettings(FbxIOSettings pIOSettings)
 {
     fbx_wrapperPINVOKE.FbxImporter_SetIOSettings(swigCPtr, FbxIOSettings.getCPtr(pIOSettings));
 }
コード例 #10
0
        public virtual bool Initialize(string pFileName, int pFileFormat, FbxIOSettings pIOSettings)
        {
            bool ret = fbx_wrapperPINVOKE.FbxIOBase_Initialize__SWIG_0(swigCPtr, pFileName, pFileFormat, FbxIOSettings.getCPtr(pIOSettings));

            return(ret);
        }
コード例 #11
0
ファイル: FbxManager.cs プロジェクト: zwiglm/NeoAxisEngine
 public void FillIOSettingsForWritersRegistered(FbxIOSettings pIOS)
 {
     FbxWrapperNativePINVOKE.FbxManager_FillIOSettingsForWritersRegistered(swigCPtr, FbxIOSettings.getCPtr(pIOS));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #12
0
ファイル: FbxManager.cs プロジェクト: zwiglm/NeoAxisEngine
 public virtual void SetIOSettings(FbxIOSettings pIOSettings)
 {
     FbxWrapperNativePINVOKE.FbxManager_SetIOSettings(swigCPtr, FbxIOSettings.getCPtr(pIOSettings));
 }
コード例 #13
0
 public void SetModes(bool pExporting, FbxIOSettings pIOS)
 {
     FbxWrapperNativePINVOKE.FbxAnimCurveFilterConstantKeyReducer_SetModes(swigCPtr, pExporting, FbxIOSettings.getCPtr(pIOS));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #14
0
 public void UpdateScaleCompensate(FbxNode pNode, FbxIOSettings pIOS)
 {
     FbxWrapperNativePINVOKE.FbxScene_UpdateScaleCompensate(swigCPtr, FbxNode.getCPtr(pNode), FbxIOSettings.getCPtr(pIOS));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #15
0
ファイル: FbxReader.cs プロジェクト: yeluo-vinager/FbxWrapper
 public virtual void SetIOSettings(FbxIOSettings pIOSettings)
 {
     fbx_wrapperPINVOKE.FbxReader_SetIOSettings(swigCPtr, FbxIOSettings.getCPtr(pIOSettings));
 }
コード例 #16
0
 public void Set_IOS(FbxIOSettings pIOS)
 {
     fbx_wrapperPINVOKE.FbxIOInfo_Set_IOS(swigCPtr, FbxIOSettings.getCPtr(pIOS));
 }
コード例 #17
0
        public virtual bool Apply(SWIGTYPE_p_p_FbxAnimCurve pCurve, int pCount, FbxIOSettings pIOS)
        {
            bool ret = fbx_wrapperPINVOKE.FbxAnimCurveFilterScaleCompensate_Apply__SWIG_9(swigCPtr, SWIGTYPE_p_p_FbxAnimCurve.getCPtr(pCurve), pCount, FbxIOSettings.getCPtr(pIOS));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #18
0
        public virtual bool Apply(SWIGTYPE_p_p_FbxAnimCurve pCurve, int pCount, FbxIOSettings pIOS, FbxStatus pStatus)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxAnimCurveFilterScaleCompensate_Apply__SWIG_8(swigCPtr, SWIGTYPE_p_p_FbxAnimCurve.getCPtr(pCurve), pCount, FbxIOSettings.getCPtr(pIOS), FbxStatus.getCPtr(pStatus));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }