MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ ActionToken() [2/3]

MayaFlux::Kriya::ActionToken::ActionToken ( double  _seconds)

Constructs an ActionToken representing a time delay.

Parameters
_secondsThe delay duration in seconds

Creates a token that represents waiting for a specified amount of time before proceeding to the next action in the sequence.

Definition at line 60 of file Chain.cpp.

62 , seconds(_seconds)
63{
64}
Utils::ActionType type
The type of action this token represents.
Definition Chain.hpp:175
double seconds
The delay duration in seconds (for TIME type tokens)
Definition Chain.hpp:199