Particle::GetNextParticle
Defined in: C4Particles.h
Returns the next particle in a particle system.
Prototype
Particle *GetNextParticle(void) const;
Description
The GetNextParticle function returns the next particle in the list of particles currently used by a particle system. If the particle for which this function is called is the last particle in the particle system, then the return value is nullptr.
See Also
Particle::GetPreviousParticle
ParticleSystem::GetFirstParticle
ParticleSystem::GetLastParticle
|