{{newin (日本語)|[[0.9.1 (日本語)|0.9.1]]|091|type=関数}}
Moves the position of the emitter. This results in smoother particle spawning behaviour than if [[ParticleSystem:setPosition]] is used every frame.
== 関数 ==
=== 概要 ===
<source lang="lua">
ParticleSystem:moveTo( x, y )
</source>
=== 引数 ===
{{param (日本語)|number|x|Position along x-axis.}}
{{param (日本語)|number|y|Position along y-axis.}}
=== 返値 ===
ありません。
== 関連 ==
* [[parent::ParticleSystem (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Moves the position of the emitter.}}
== そのほかの言語 ==
{{i18n (日本語)|ParticleSystem:moveTo}}