Set the offset position which the particle sprite is rotated around.
If this function is not used, the particles rotate around their center.
== 関数 ==
=== 概要 ===
<source lang="lua">
ParticleSystem:setOffset( x, y )
</source>
=== 引数 ===
{{param (日本語)|number|x|The x coordinate of the rotation offset.}}
{{param (日本語)|number|y|The y coordinate of the rotation offset.}}
=== 返値 ===
ありません。
== 関連 ==
* [[parent::ParticleSystem (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Set the offset position which the particle sprite is rotated around.}}
{{#set:Since=000}}
== そのほかの言語 ==
{{i18n (日本語)|ParticleSystem:setOffset}}