Go to the documentation of this file.
17 #ifndef _ANIMATION_HH_
18 #define _ANIMATION_HH_
52 public:
Animation(
const std::string &_name,
double _length,
bool _loop);
67 public:
void SetTime(
double _time);
71 public:
void AddTime(
double _time);
94 unsigned int &_firstKeyIndex)
const;
98 protected: std::string
name;
131 double _length,
bool _loop);
173 double _length,
bool _loop);