SuperTuxKart
|
Holds and manages a list of all types of particles. More...
#include <particle_kind_manager.hpp>
Public Member Functions | |
ParticleKind * | getParticles (const std::string &name) |
bool | isGlobalParticleMaterial (Material *m) const |
void | cleanUpTrackSpecificGfx () |
void | cleanup () |
Static Public Member Functions | |
static ParticleKindManager * | get () |
Private Attributes | |
std::map< std::string, ParticleKind * > | m_per_track_kinds |
std::map< std::string, ParticleKind * > | m_kinds |
Static Private Attributes | |
static ParticleKindManager * | singleton = NULL |
Holds and manages a list of all types of particles.