コード例 #1
0
        public bool ImportAssets(FbxLibrary pSrcLibrary, FbxCriteria pAssetFilter)
        {
            bool ret = fbx_wrapperPINVOKE.FbxLibrary_ImportAssets__SWIG_1(swigCPtr, FbxLibrary.getCPtr(pSrcLibrary), FbxCriteria.getCPtr(pAssetFilter));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #2
0
 public FbxEventWriteLocalization(FbxLibrary pAssetLibrary) : this(fbx_wrapperPINVOKE.new_FbxEventWriteLocalization(FbxLibrary.getCPtr(pAssetLibrary)), true)
 {
 }
コード例 #3
0
 public FbxEventUpdateSystemLibrary(FbxLibrary pLibrary) : this(fbx_wrapperPINVOKE.new_FbxEventUpdateSystemLibrary(FbxLibrary.getCPtr(pLibrary)), true)
 {
 }
コード例 #4
0
 public FbxEventPopulateSystemLibrary(FbxLibrary pLibrary) : this(FbxWrapperNativePINVOKE.new_FbxEventPopulateSystemLibrary(FbxLibrary.getCPtr(pLibrary)), true)
 {
 }
コード例 #5
0
        public bool ImportAssets(FbxLibrary pSrcLibrary)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxLibrary_ImportAssets__SWIG_0(swigCPtr, FbxLibrary.getCPtr(pSrcLibrary));

            return(ret);
        }
コード例 #6
0
        public bool RemoveSubLibrary(FbxLibrary pSubLibrary)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxLibrary_RemoveSubLibrary(swigCPtr, FbxLibrary.getCPtr(pSubLibrary));

            return(ret);
        }
コード例 #7
0
        public bool AddSubLibrary(FbxLibrary pSubLibrary)
        {
            bool ret = fbx_wrapperPINVOKE.FbxLibrary_AddSubLibrary(swigCPtr, FbxLibrary.getCPtr(pSubLibrary));

            return(ret);
        }