{{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=関数}}
Gets the series of sizes by which the sprite is scaled. 1.0 is normal size. The particle system will interpolate between each size evenly over the particle's lifetime.
== 関数 ==
=== 概要 ===
<source lang="lua">
size1, size1, ..., size8 = ParticleSystem:getSizes( )
</source>
=== 引数 ===
ありません。
=== 返値 ===
{{param (日本語)|number|size1|The first size.}}
{{param (日本語)|number|size2|The second size.}}
{{param (日本語)|number|size8|The eighth size.}}
== 関連 ==
* [[parent::ParticleSystem (日本語)]]
* [[ParticleSystem:setSizes (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the sizes of the particle over its lifetime.}}
== そのほかの言語 ==
{{i18n (日本語)|ParticleSystem:getSizes}}