#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.
| virtual bool FIFE::IObjectLoader::isLoadable | ( | const std::string & | filename | ) | const [pure virtual] |
determines whether the resource is in the correct format for this loader
| virtual void FIFE::IObjectLoader::load | ( | const std::string & | filename | ) | [pure virtual] |
responsible for loading the object resource and populating the engine
| virtual void FIFE::IObjectLoader::setAnimationLoader | ( | const AnimationLoaderPtr & | animationLoader | ) | [pure virtual] |
allows setting which animation loader will be used to load animation files
1.7.1