{{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=関数}}
Gets the rotation of the image upon particle creation (in radians).
== 関数 ==
=== 概要 ===
<source lang="lua">
min, max = ParticleSystem:getRotation( )
</source>
=== 引数 ===
ありません。
=== 返値 ===
{{param (日本語)|number|min|The minimum initial angle (radians).}}
{{param (日本語)|number|max|The maximum initial angle (radians).}}
== 関連 ==
* [[parent::ParticleSystem (日本語)]]
* [[ParticleSystem:setRotation (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the rotation of the image upon particle creation (in radians).}}
== そのほかの言語 ==
{{i18n (日本語)|ParticleSystem:getRotation}}