|
| MD2Loader (const Path &filename, std::shared_ptr< std::istream > data) |
|
void | into (Loadable &resource, const LoaderOptions &options=LoaderOptions()) |
|
| Loader (const Path &filename, std::shared_ptr< std::istream > data) |
|
void | into (Loadable *resource, const LoaderOptions &options=LoaderOptions()) |
|
void | into (std::shared_ptr< Loadable > resource, const LoaderOptions &options=LoaderOptions()) |
|
void | into (Window &window, const LoaderOptions &options=LoaderOptions()) |
|
void | set_vfs (VirtualFileSystem *locator) |
|
|
static uint16_t | MAX_RESIDENT_FRAMES = 32 |
|
|
typedef std::shared_ptr< Loader > | ptr |
|
Property< VirtualFileSystem *Loader::* > | vfs = { this, &Loader::locator_ } |
|
template<typename T > |
T * | loadable_to (Loadable &loadable) |
|
Path | filename_ |
|
std::shared_ptr< std::istream > | data_ |
|
The documentation for this class was generated from the following files:
- simulant/loaders/md2_loader.h
- simulant/loaders/md2_loader.cpp