Example #1
0
 public void RemoveLocalization(SWIGTYPE_p_FbxLocalizationManager pLocManager)
 {
     FbxWrapperNativePINVOKE.FbxManager_RemoveLocalization(swigCPtr, SWIGTYPE_p_FbxLocalizationManager.getCPtr(pLocManager));
 }
Example #2
0
 public void AddLocalization(SWIGTYPE_p_FbxLocalizationManager pLocManager)
 {
     fbx_wrapperPINVOKE.FbxManager_AddLocalization(swigCPtr, SWIGTYPE_p_FbxLocalizationManager.getCPtr(pLocManager));
 }
Example #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxLocalizationManager obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Example #4
0
        public SWIGTYPE_p_FbxLocalizationManager GetLocalizationManager()
        {
            SWIGTYPE_p_FbxLocalizationManager ret = new SWIGTYPE_p_FbxLocalizationManager(FbxWrapperNativePINVOKE.FbxLibrary_GetLocalizationManager(swigCPtr), false);

            return(ret);
        }