The AnimationLoader is a interface class for custom Loader specifically for Animations.
More...
#include <animationmanager.h>
|
| AnimationLoader (const std::string &extension) |
|
virtual void | ReadFile (const std::string &motion_file, NodeAnimScene *node_anim_scene)=0 |
| ReadFile. More...
|
|
The AnimationLoader is a interface class for custom Loader specifically for Animations.
virtual void Engine::AnimationLoader::ReadFile |
( |
const std::string & |
motion_file, |
|
|
NodeAnimScene * |
node_anim_scene |
|
) |
| |
|
pure virtual |
ReadFile.
Read MotionFile and Save data into anim_scene
- Parameters
-
motion_file | |
node_anim_scene | |
std::string Engine::AnimationLoader::mExtension |
|
protected |
actually Loader extension
unsigned int Engine::AnimationLoader::mFlags |
|
protected |
The documentation for this class was generated from the following files: