![]() |
Plasma Engine
2.0
|
Data returned by plResourceTypeLoader implementations. More...
#include <ResourceTypeLoader.h>
Public Attributes | |
plString | m_sResourceDescription |
Additional (optional) description that can help during debugging (e.g. the final file path). | |
plTimestamp | m_LoadedFileModificationDate |
Used to keep track when the loaded file was modified last and thus when reloading of the resource might be necessary. | |
plStreamReader * | 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 plResourceTypeLoader implementations.