This library event is used by the asset building system to request that a library provides its localization information.
This is used by the asset builder.
This is used by libraries that do not want to include their data in the main asset library's xlf file, but rather as a separate file. These libraries are then responsible for loading their files back.
Definition at line 364 of file fbxlibrary.h.
#include <fbxlibrary.h>

Public Member Functions |
|
| FbxEventWriteLocalization (FbxLibrary *pAssetLibrary) | |
| FbxLibrary * | GetLibrary () const |
| Retrieve the library. |
|
| FbxEventWriteLocalization | ( | FbxLibrary * | pAssetLibrary | ) | [inline] |
Definition at line 368 of file fbxlibrary.h.
{ mAssetLibrary = pAssetLibrary; }
| FbxLibrary* GetLibrary | ( | ) | const [inline] |