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

◆ update()

void fl::WaveFx::update ( )
inline

Definition at line 163 of file wave.h.

163 {
164 // Called automatically in draw. Only invoke this if you want extra
165 // simulation updates.
166 // Update the wave simulation.
167 mWaveSim.update();
168 }
WaveSimulation2D mWaveSim
Definition wave.h:172

References mWaveSim.