Antkeeper  0.0.1
Variables
timeline.cpp File Reference
#include <engine/animation/timeline.hpp>

Go to the source code of this file.

Variables

auto cue_compare
 

Variable Documentation

◆ cue_compare

auto cue_compare
Initial value:
= [](const typename timeline::cue& a, const typename timeline::cue& b)
{
return std::get<0>(a) < std::get<0>(b);
}
std::tuple< float, std::function< void()> > cue
Scheduled function consisting of a time and function object.
Definition: timeline.hpp:34
@ a
Vertex A region.
@ b
Vertex B region.

Definition at line 22 of file timeline.cpp.