#include <kanzi/animation/keyframe_animation.hpp>
Public Member Functions | |
| virtual TValueType | getValue (const TValueType ¤tValue, float normalizedTime) KZ_OVERRIDE |
Public Member Functions inherited from kanzi::KeyframeAnimation< TValueType >::Keyframe | |
| virtual | ~Keyframe () |
| TValueType | getKeyValue () const |
| void | setKeyValue (const TValueType &keyValue) |
|
inlinevirtual |
Implements kanzi::KeyframeAnimation< TValueType >::Keyframe.