![]() |
• Effect Manager | ||||||||||
|
API Links
Developer Links
|
class ParticlePoolDefined in:
The C4Particles.hParticlePool class handles storage for particles in a particle system.
Definition
Member Functions
Template Parameters
Constructor
Parameters
Description
The ParticlePool class encapsulates an array of particle structures that are used with a single particle system. These structures hold the current state of all the particles in a particle system. A pointer to a particle pool is passed to the constructors of the various particle system subclasses.
Base Classes
See Also
|