ParticleInsertMode
Available since LÖVE 0.9.0
This enum is not supported in earlier versions.
How newly created particles are added to the ParticleSystem.
Constants
- top
- Particles are inserted at the top of the ParticleSystem's list of particles.
- bottom
- Particles are inserted at the bottom of the ParticleSystem's list of particles.
- random
- Particles are inserted at random positions in the ParticleSystem's list of particles.