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

◆ update()

void fl::WaveFx::update ( )
inline

Definition at line 155 of file wave.h.

155 {
156 // Called automatically in draw. Only invoke this if you want extra
157 // simulation updates.
158 // Update the wave simulation.
159 mWaveSim.update();
160 }
WaveSimulation2D mWaveSim
Definition wave.h:164

References mWaveSim.