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.

See Also

© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/ParticleInsertMode