FIFE
2008.0
|
#include <iobjectloader.h>
Inherited by FIFE::ObjectLoader.
Public Member Functions | |
virtual void | setAnimationLoader (const AnimationLoaderPtr &animationLoader)=0 |
virtual bool | isLoadable (const std::string &filename) const =0 |
virtual void | load (const std::string &filename)=0 |
Interface class that all object loaders should derive from
Definition at line 42 of file iobjectloader.h.
|
pure virtual |
determines whether the resource is in the correct format for this loader
|
pure virtual |
responsible for loading the object resource and populating the engine
|
pure virtual |
allows setting which animation loader will be used to load animation files