Sets the position of the emitter.
== Function ==
=== Synopsis ===
<source lang="lua">
ParticleSystem:setPosition( x, y )
</source>
=== Arguments ===
{{param|number|x|Position along x-axis.}}
{{param|number|y|Position along y-axis.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::ParticleSystem]]
[[Category:Functions]]
{{#set:Description=Sets the position of the emitter.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|ParticleSystem:setPosition}}