![]() |
XII Release 0.1.0
|
Data returned by xiiResourceTypeLoader implementations. More...
#include <ResourceTypeLoader.h>
Public Attributes | |
xiiString | m_sResourceDescription |
Additional (optional) description that can help during debugging (e.g. the final file path). | |
xiiTimestamp | m_LoadedFileModificationDate |
Used to keep track when the loaded file was modified last and thus when reloading of the resource might be necessary. | |
xiiStreamReader * | m_pDataStream = nullptr |
All loaded data should be stored in a memory stream. This stream reader allows the resource to read the memory stream. | |
void * | m_pCustomLoaderData = nullptr |
Custom loader data, e.g. a pointer to a custom memory block, that needs to be freed when the resource is done updating. | |
Data returned by xiiResourceTypeLoader implementations.