{{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.
== 関数 ==
=== 概要 ===
<source lang="lua">
ParticleSystem:setSizes( size1, size2, ..., size8 )
</source>
=== 引数 ===
{{param (日本語)|number|size1|The first size.}}
{{param (日本語)|number|size2|The second size.}}
{{param (日本語)|number|size8|The eighth size.}}
=== 返値 ===
ありません。
== 関連 ==
* [[parent::ParticleSystem (日本語)]]
* [[ParticleSystem:setSizeVariation (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Sets the sizes of the particle over its lifetime.}}
== そのほかの言語 ==
{{i18n (日本語)|ParticleSystem:setSizes}}