ParticleSystem:setQuads
Available since LÖVE 0.9.2
This function is not supported in earlier versions.
Sets a series of Quads to use for the particle sprites. Particles will choose a Quad from the list based on the particle's current lifetime, allowing for the use of animated sprite sheets with ParticleSystems.
Function
Synopsis
ParticleSystem:setQuads( quad1, quad2, ... )
Arguments
Returns
Nothing.
Function
Synopsis
ParticleSystem:setQuads( quads )
Arguments
table quads
- A table containing the Quads to use.
Returns
Nothing.
See Also
© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/ParticleSystem:setQuads