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

◆ setDebrisVelocityDecay()

void fl::PerlinParticlePunch::setDebrisVelocityDecay ( float decay)

Per-frame velocity decay for debris particles. Default 0.95.

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

142 {
143 mDebrisVelocityDecay = decay;
144}

References mDebrisVelocityDecay.

Referenced by ~PerlinParticlePunch().

+ Here is the caller graph for this function: