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

◆ times()

EventChain & MayaFlux::Kriya::EventChain::times ( size_t  count)

Repeat entire chain N times.

Parameters
countNumber of times to repeat the entire sequence
Returns
Reference to this EventChain for method chaining

Definition at line 39 of file Chain.cpp.

40{
42 return *this;
43}
size_t count
size_t m_repeat_count
Number of times to repeat the entire chain.
Definition Chain.hpp:231

References count, and m_repeat_count.