FastLED 3.9.15
Loading...
Searching...
No Matches

◆ setMinVelocity()

void fl::PerlinParticlePunch::setMinVelocity ( float minVel)

Minimum velocity before a particle dies.

Lower = longer life. Default 0.05.

Definition at line 134 of file perlin_particle_punch.cpp.hpp.

134 {
135 mMinVelocity = minVel;
136}

References mMinVelocity.

Referenced by ~PerlinParticlePunch().

+ Here is the caller graph for this function: