le2d v0.4.3
2D game engine framework
 
Loading...
Searching...
No Matches
le::anim::Timeline< PayloadT > Struct Template Reference

Class template for a list of animation keyframes. More...

#include <le2d/anim/timeline.hpp>

Public Attributes

std::vector< Keyframe< PayloadT > > keyframes {}
 
kvf::Seconds duration {}
 

Detailed Description

template<typename PayloadT>
struct le::anim::Timeline< PayloadT >

Class template for a list of animation keyframes.

Member Data Documentation

◆ duration

template<typename PayloadT >
kvf::Seconds le::anim::Timeline< PayloadT >::duration {}

◆ keyframes

template<typename PayloadT >
std::vector<Keyframe<PayloadT> > le::anim::Timeline< PayloadT >::keyframes {}

The documentation for this struct was generated from the following file: