|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
Structure representing a timed event in the chain. More...
Collaboration diagram for MayaFlux::Kriya::EventChain::TimedEvent:Public Attributes | |
| std::function< void()> | action |
| Function to execute. | |
| double | delay_seconds |
| Delay before execution. | |
Structure representing a timed event in the chain.
This structure encapsulates an action to perform and the delay before performing it, relative to the previous event in the chain.