jubilant-funicular
|
Responsible for handling multiple particle batches. More...
#include <ParticleEngine2D.h>
Public Member Functions | |
ParticleEngine2D () | |
basic constructor | |
~ParticleEngine2D () | |
deletes batches | |
void | addBatch (ParticleBatch2D *batch) |
adds a batch | |
void | draw (SpriteBatch &batch) const |
renders all batches | |
void | update (float dt) const |
updates all batches | |
Private Attributes | |
std::vector< ParticleBatch2D * > | m_batches |
the particle batches | |
Responsible for handling multiple particle batches.
Definition at line 10 of file ParticleEngine2D.h.