#include <particle.h>
Collaboration diagram for ParticleSystem::ParticleSubSystem:
Public Types | |
enum | PARTICLESUBSYSTEMDEF { NUMPARTICLES = 10 } |
Defined for a particle subsystem. More... | |
Public Member Functions | |
ParticleSubSystem () | |
~ParticleSubSystem () | |
int | GetFreeSlot () |
void | FreeSlot (unsigned int uiSlot) |
Public Attributes | |
Particle * | m_apkParticles [NUMPARTICLES] |
float | m_afLifetime [NUMPARTICLES] |
float | m_afTTL [NUMPARTICLES] |
unsigned int | m_uiNumUsedSlots |
|
Defined for a particle subsystem.
|
|
|
|
Deallocate remaining particles |
|
|
|
Free slot
|
|
Particles |
|
Lifetime of each particle |
|
TTL of each particle |
|
Number of used slots |