{{oldin|[[0.8.0]]|080|type=function|text=It has been replaced with [[ParticleSystem:setSizes]]}}
Sets the size of the particle (1.0 being normal size).
The particles will grow/shrink from the starting size to the ending size. The variation affects starting size only.
== 関数 ==
=== 概要 ===
<source lang="lua">
ParticleSystem:setSize( min, max, variation )
</source>
=== 引数 ===
{{param (日本語)|number|min|The minimum size (1.0 being normal size).}}
{{param (日本語)|number|max (min)|The maximum size (1.0 being normal size).}}
{{param (日本語)|number|variation (1)|The degree of variation (0 meaning no variation and 1 meaning full variation between start and end).}}
=== 返値 ===
ありません。
== 関連 ==
* [[parent::ParticleSystem (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Sets the size of the particle (1.0 being normal size).}}
{{#set:Since=000}}
== そのほかの言語 ==
{{i18n (日本語)|ParticleSystem:setSize}}