|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Kriya::ActionToken::ActionToken | ( | std::function< void()> | _func | ) |
Constructs an ActionToken representing a function call.
| _func | The function to call |
Creates a token that represents calling a function as part of the sequence. This is useful for triggering state changes or control logic.
Definition at line 66 of file Chain.cpp.