ParticleSystem::GetFirstParticle
Defined in:
Returns the first particle in a particle system.
C4Particles.h
Prototype
Particle *GetFirstParticle(void) const;
Description
The GetFirstParticle
function returns the first particle belonging to the particle system. All of the particles in the particle system can be iterated by calling the Particle::GetNextParticle
function until nullptr
is returned.
See Also
ParticleSystem::GetLastParticle