Beispiel #1
0
        public FbxLibrary GetUserLibraries()
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxManager_GetUserLibraries(swigCPtr);
            FbxLibrary            ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLibrary(cPtr, false);

            return(ret);
        }
Beispiel #2
0
        public FbxLibrary GetLibrary()
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxEventWriteLocalization_GetLibrary(swigCPtr);
            FbxLibrary            ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLibrary(cPtr, false);

            return(ret);
        }
Beispiel #3
0
        public FbxLibrary GetLibrary()
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxEventPopulateSystemLibrary_GetLibrary(swigCPtr);
            FbxLibrary            ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLibrary(cPtr, false);

            return(ret);
        }
Beispiel #4
0
        public FbxLibrary GetParentLibrary()
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxObject_GetParentLibrary(swigCPtr);
            FbxLibrary            ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLibrary(cPtr, false);

            return(ret);
        }
Beispiel #5
0
        public new static FbxLibrary Create(FbxObject pContainer, string pName)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxLibrary_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
            FbxLibrary            ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLibrary(cPtr, false);

            return(ret);
        }
Beispiel #6
0
        public FbxLibrary GetSubLibrary(int pIndex)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxLibrary_GetSubLibrary(swigCPtr, pIndex);
            FbxLibrary            ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLibrary(cPtr, false);

            return(ret);
        }
Beispiel #7
0
        public new static FbxLibrary Create(FbxManager pManager, string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxLibrary_Create__SWIG_0(FbxManager.getCPtr(pManager), pName);
            FbxLibrary            ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLibrary(cPtr, false);

            return(ret);
        }
Beispiel #8
0
        public bool ImportAssets(FbxLibrary pSrcLibrary, FbxCriteria pAssetFilter)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxLibrary_ImportAssets__SWIG_1(swigCPtr, FbxLibrary.getCPtr(pSrcLibrary), FbxCriteria.getCPtr(pAssetFilter));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #9
0
 public FbxEventWriteLocalization(FbxLibrary pAssetLibrary) : this(fbx_wrapperPINVOKE.new_FbxEventWriteLocalization(FbxLibrary.getCPtr(pAssetLibrary)), true)
 {
 }
Beispiel #10
0
 public FbxEventUpdateSystemLibrary(FbxLibrary pLibrary) : this(fbx_wrapperPINVOKE.new_FbxEventUpdateSystemLibrary(FbxLibrary.getCPtr(pLibrary)), true)
 {
 }
Beispiel #11
0
 public FbxEventPopulateSystemLibrary(FbxLibrary pLibrary) : this(FbxWrapperNativePINVOKE.new_FbxEventPopulateSystemLibrary(FbxLibrary.getCPtr(pLibrary)), true)
 {
 }
Beispiel #12
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxLibrary obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #13
0
        public bool ImportAssets(FbxLibrary pSrcLibrary)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxLibrary_ImportAssets__SWIG_0(swigCPtr, FbxLibrary.getCPtr(pSrcLibrary));

            return(ret);
        }
Beispiel #14
0
        public bool RemoveSubLibrary(FbxLibrary pSubLibrary)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxLibrary_RemoveSubLibrary(swigCPtr, FbxLibrary.getCPtr(pSubLibrary));

            return(ret);
        }
Beispiel #15
0
        public bool AddSubLibrary(FbxLibrary pSubLibrary)
        {
            bool ret = fbx_wrapperPINVOKE.FbxLibrary_AddSubLibrary(swigCPtr, FbxLibrary.getCPtr(pSubLibrary));

            return(ret);
        }