ParticleSystem::FreeParticle
Defined in:
Removes a particle from a particle system.
C4Particles.h
Prototype
void FreeParticle(Particle *particle);
Parameters
particle |
The particle to remove from the system. |
Description
The FreeParticle
function removes the particle specified by the particle
parameter from a particle system and makes it available in the particle pool.
See Also
ParticleSystem::AddFarthestParticle