{{newin|[[0.8.0]]|080|type=function|text=It has replaced [[ParticleSystem:setSize]]}}
Sets a series of sizes by which to scale a particle sprite. 1.0 is normal size. The particle system will interpolate between each size evenly over the particle's lifetime.

At least one size must be specified. A maximum of eight may be used.
== Function ==
=== Synopsis ===
<source lang="lua">
ParticleSystem:setSizes( size1, size2, ..., size8 )
</source>
=== Arguments ===
{{param|number|size1|The first size.}}
{{param|number|size2|The second size.}}
{{param|number|size8|The eighth size.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::ParticleSystem]]
* [[ParticleSystem:setSizeVariation]]
[[Category:Functions]]
{{#set:Description=Sets the sizes of the particle over its lifetime.}}
== Other Languages ==
{{i18n|ParticleSystem:setSizes}}