hgeParticleManager helper class

hgeParticleManager is a HGE helper class that takes care of all your particle systems and automates their creation, updating and removing.

hgeParticleManager methods

Constructor Creates and initalizes hgeParticleManager object.
  
Update Updates all active particle systems.
Render Renders all active particle systems.
Transpose Adds constant coordinates shift to all particle systems.
GetTransposition Returns current coordinates shift.
  
SpawnPS Creates a particle system instance.
IsPSAlive Tests if the specified particle system is alive.
KillPS Removes the specified particle system.
KillAll Removes all active particle systems.

Requirements

Header: hgeparticle.h
Import library: hgehelp.lib

See also

hgeParticleSystem, HGE Particle Systems Editor