|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| Sequence & MayaFlux::Kriya::Sequence::operator>> | ( | const ActionToken & | token | ) |
Adds an action to the sequence.
| token | The action to add |
This operator overload implements the seq >> action syntax, which adds an action to the sequence. The action can be a node connection, a time delay, or a function call, represented by an ActionToken.
The method returns a reference to the Sequence itself, allowing for a fluent, declarative API style.
Definition at line 72 of file Chain.cpp.