This library event is triggered when an application requires an update to a specific library.
Definition at line 323 of file kfbxlibrary.h.
#include <kfbxlibrary.h>
Constructor and Destructor |
|
KFbxEventUpdateSystemLibrary (KFbxLibrary *pLibrary) | |
Constructor. |
|
Member access |
|
KFbxLibrary * | GetLibrary () const |
Retrieve the library. |
KFbxEventUpdateSystemLibrary | ( | KFbxLibrary * | pLibrary | ) | [inline] |
Constructor.
pLibrary |
Definition at line 335 of file kfbxlibrary.h.
{ mLibrary = pLibrary; }
KFbxLibrary* GetLibrary | ( | ) | const [inline] |