Animation Keyframe List. More...
#include <deAnimationKeyframeList.h>
Public Member Functions | |
Constructors and Destructors | |
| deAnimationKeyframeList () | |
| Creates a new animation keyframe list. | |
| ~deAnimationKeyframeList () | |
| Cleans up the animation keyframe list. | |
Keyframe Management | |
| int | GetKeyframeCount () const |
| Retrieves the count of keyframes. | |
| deAnimationKeyframe * | GetKeyframe (int index) const |
| Retrieves the keyframe at the given index. | |
| void | AddKeyframe (deAnimationKeyframe *keyframe) |
| Adds a new keyframe. | |
| int | GetLeadingKeyframe (int startkf, float time) const |
| Retrieves the index of the keyframe the biggest time right before or exactly at the given time. | |
Animation Keyframe List.
| deAnimationKeyframeList::deAnimationKeyframeList | ( | ) |
Creates a new animation keyframe list.
| deAnimationKeyframeList::~deAnimationKeyframeList | ( | ) |
Cleans up the animation keyframe list.
| void deAnimationKeyframeList::AddKeyframe | ( | deAnimationKeyframe * | keyframe ) |
Adds a new keyframe.
| deAnimationKeyframe* deAnimationKeyframeList::GetKeyframe | ( | int | index ) | const |
Retrieves the keyframe at the given index.
| int deAnimationKeyframeList::GetKeyframeCount | ( | ) | const [inline] |
Retrieves the count of keyframes.
| int deAnimationKeyframeList::GetLeadingKeyframe | ( | int | startkf, |
| float | time | ||
| ) | const |
Retrieves the index of the keyframe the biggest time right before or exactly at the given time.
This function is depracted and will be removed soon.
1.7.2