This library event is triggered when an application requires an update to a specific library.
Definition at line 323 of file fbxlibrary.h.
#include <fbxlibrary.h>

Constructor and Destructor |
|
| FbxEventUpdateSystemLibrary (FbxLibrary *pLibrary) | |
| Constructor. |
|
Member access |
|
| FbxLibrary * | GetLibrary () const |
| Retrieve the library. |
|
| FbxEventUpdateSystemLibrary | ( | FbxLibrary * | pLibrary | ) | [inline] |
Constructor.
| pLibrary |
Definition at line 335 of file fbxlibrary.h.
{ mLibrary = pLibrary; }
| FbxLibrary* GetLibrary | ( | ) | const [inline] |