{{newin (日本語)|[[0.9.1 (日本語)|0.9.1]]|091|type=関数}}
Gets whether particle angles and rotations are relative to their velocities. If enabled, particles are aligned to the angle of their velocities and rotate relative to that angle.
== 関数 ==
=== 概要 ===
<source lang="lua">
relative = ParticleSystem:hasRelativeRotation( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|boolean|enable|True if relative particle rotation is enabled, false if it's disabled.}}
== 関連 ==
* [[parent::ParticleSystem (日本語)]]
* [[ParticleSystem:setRelativeRotation (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets whether particle angles and rotations are relative to their velocities.}}
== そのほかの言語 ==
{{i18n (日本語)|ParticleSystem:hasRelativeRotation}}