{{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=関数}}
Gets the spin of the sprite.
== 関数 ==
=== 概要 ===
<source lang="lua">
min, max, variation = ParticleSystem:getSpin( )
</source>
=== 引数 ===
ありません。
=== 返値 ===
{{param (日本語)|number|min|The minimum spin (radians per second).}}
{{param (日本語)|number|max (min)|The maximum spin (radians per second).}}
{{param (日本語)|number|variation (0)|The degree of variation (0 meaning no variation and 1 meaning full variation between start and end).}}
== 関連 ==
* [[parent::ParticleSystem (日本語)]]
* [[ParticleSystem:setSpin (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the spin of the sprite.}}
== そのほかの言語 ==
{{i18n (日本語)|ParticleSystem:getSpin}}