Class template for a list of animation keyframes. More...
#include <le2d/anim/timeline.hpp>
Public Attributes | |
std::vector< Keyframe< PayloadT > > | keyframes {} |
kvf::Seconds | duration {} |
Class template for a list of animation keyframes.
kvf::Seconds le::anim::Timeline< PayloadT >::duration {} |
std::vector<Keyframe<PayloadT> > le::anim::Timeline< PayloadT >::keyframes {} |