#include <animation/animation.h>
Inheritance diagram for neo::animation::Animation:


Public Member Functions | |
| Animation (const std::string &name) | |
| Initialize. | |
| virtual | ~Animation () |
| Free resources. | |
Public Attributes | |
| float | _length |
| Animation length. | |
|
core::HashTable< std::string, Channel * > | _channels |
| Channels. | |
| neo::animation::Animation::Animation | ( | const std::string & | name | ) |
| name | Animation name |
1.5.1