#include <animation.h>

| enum Animation::LoopType |
| Animation::Animation | ( | const char * | id | ) |
Constructor.
| Animation::~Animation | ( | ) | [virtual] |
Destructor.
| Animation::AnimationType Animation::GetType | ( | ) | [inline] |
| bool Animation::TestType | ( | Animation::AnimationType | type | ) | [inline] |
| Animation::LoopType Animation::GetLoopType | ( | ) | [inline] |
| bool Animation::TestLoopType | ( | Animation::LoopType | loop_type | ) | [inline] |
| ushort_t Animation::GetSamplesCount | ( | ) | [inline] |
| ushort_t Animation::GetIndicesCount | ( | ) | [inline] |
| Animation::AnimationSample * Animation::GetSamples | ( | ) | [inline] |
| double Animation::GetAnimTime | ( | ) | [inline] |
| bool Animation::IsRandomBegin | ( | ) | [inline] |
| ulong_t Animation::GetDataSize | ( | ) | [virtual] |
Return an estimated byte size of the resource data. This is only used for statistics.
Reimplemented from Resource.
| bool Animation::TypeToString | ( | AnimationType | type, | |
| string & | name | |||
| ) | [static] |
| bool Animation::StringToType | ( | const string & | name, | |
| AnimationType & | type | |||
| ) | [static] |
| bool Animation::LoopTypeToString | ( | LoopType | loop_type, | |
| string & | name | |||
| ) | [static] |
| bool Animation::StringToLoopType | ( | const string & | name, | |
| LoopType & | loop_type | |||
| ) | [static] |
| bool Animation::FilterToString | ( | AnimationFilter | filter, | |
| string & | name | |||
| ) | [static] |
| bool Animation::StringToFilter | ( | const string & | name, | |
| AnimationFilter & | filter | |||
| ) | [static] |
| void Animation::Clear | ( | ) | [protected, virtual] |
Clears all resource data.
Reimplemented from SerializedResource.
| bool Animation::Deserialize | ( | Serializer & | serializer, | |
| bool | first | |||
| ) | [protected, virtual] |
Recursively deserialize all children.
Reimplemented from Root.
| bool Animation::ReadProperties | ( | Serializer & | serializer | ) | [protected] |
| bool Animation::ReadSamples | ( | Serializer & | serializer | ) | [protected] |
AnimationType Animation::type [protected] |
Reimplemented from Resource.
LoopType Animation::loop_type [protected] |
AnimationSample* Animation::samples [protected] |
ushort_t Animation::samples_count [protected] |
ushort_t Animation::indices_count [protected] |
double Animation::anim_time [protected] |
bool Animation::random_begin [protected] |
ulong_t Animation::data_size [protected] |
1.5.3