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 362 of file kfbxlibrary.h.
#include <kfbxlibrary.h>
Public Member Functions |
|
KFbxEventWriteLocalization (KFbxLibrary *pAssetLibrary) | |
KFbxLibrary * | GetLibrary () const |
Retrieve the library. |
KFbxEventWriteLocalization | ( | KFbxLibrary * | pAssetLibrary | ) | [inline] |
Definition at line 366 of file kfbxlibrary.h.
{ mAssetLibrary = pAssetLibrary; }
KFbxLibrary* GetLibrary | ( | ) | const [inline] |