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

◆ times()

Wiring & MayaFlux::Nexus::Wiring::times ( size_t  count)

Repeat the configured sequence or choreography N times.

Parameters
countNumber of repetitions.

Definition at line 116 of file Wiring.cpp.

117{
118 m_times = count;
119 return *this;
120}
size_t count

References count, and m_times.