{{newin|[[0.9.0]]|090|type=function|text=It has been moved from [[ParticleSystem:getOffsetX]] and [[ParticleSystem:getOffsetY]]}}
Gets the particle image's draw offset.
== 関数 ==
=== 概要 ===
<source lang="lua">
ox, oy = ParticleSystem:getOffset( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|number|ox|The x coordinate of the particle image's draw offset.}}
{{param (日本語)|number|oy|The y coordinate of the particle image's draw offset.}}
== 関連 ==
* [[parent::ParticleSystem (日本語)]]
* [[ParticleSystem:setOffset (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the particle image's draw offset.}}
== そのほかの言語 ==
{{i18n (日本語)|ParticleSystem:getOffset}}