class ContentLoader
Base class from which all content loaders inherit.
File location: framework/cauldron/framework/inc/core/contentloader.h
Construction
Return type |
Description |
---|---|
Construction.
|
Methods
Return type |
Description |
---|---|
void |
LoadAsync (void* pLoadParams) = 0
Loads content asynchronously. Must be overridden by each ContentLoader type.
|
void |
LoadMultipleAsync (void* pLoadParams) = 0
Loads multiple content files asynchronously. Must be overridden by each ContentLoader type.
|
Detailed description
Base class from which all content loaders inherit.
Construction
ContentLoader
Construction.
Methods
LoadAsync
Loads content asynchronously. Must be overridden by each ContentLoader type.
LoadMultipleAsync
Loads multiple content files asynchronously. Must be overridden by each ContentLoader type.