Difference between revisions of "ParticleSystem:getQuads"

(Created page with "{{newin|0.9.2|092|type=function}} Gets the series of Quads used for the particle sprites. == Function == === Synopsis === <source lang="lua"> quads = ParticleSystem:ge...")
 
(No difference)

Latest revision as of 18:40, 1 August 2017

Available since LÖVE 0.9.2
This function is not supported in earlier versions.

Gets the series of Quads used for the particle sprites.

Function

Synopsis

quads = ParticleSystem:getQuads( )

Arguments

Nothing.

Returns

table quads
A table containing the Quads used.

See Also

Other Languages