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

Class template for an animation keyframe. More...

#include <le2d/anim/keyframe.hpp>

Public Attributes

kvf::Seconds timestamp {}
 
PayloadT payload {}
 

Detailed Description

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

Class template for an animation keyframe.

Member Data Documentation

◆ payload

template<typename PayloadT >
PayloadT le::anim::Keyframe< PayloadT >::payload {}

◆ timestamp

template<typename PayloadT >
kvf::Seconds le::anim::Keyframe< PayloadT >::timestamp {}

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