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

◆ update()

void fl::WaveFx::update ( )
inline

Definition at line 160 of file wave.h.

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

References mWaveSim.