Skip to content

ParticleEmitter

Class

Source: ParticleEmitter.h

Inherits from: Entity

Description

Manages a pool of particles to create visual effects.

Participates in the scene update/draw loop. Uses a fixed-size array for particles to avoid dynamic allocation during runtime.

Inheritance

EntityParticleEmitter

Released under the MIT License.