MCPcopy Create free account
hub / github.com/FastLED/FastLED / setCyclical

Method setCyclical

src/fl/fx/1d/particles.cpp.hpp:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void Particles1d::setCyclical(bool cyclical) {
80 mCyclical = cyclical;
81}
82
83fl::string Particles1d::fxName() const {
84 return "Particles1d";

Callers 1

loopFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected