{{newin (日本語)|[[0.9.1 (日本語)|0.9.1]]|091|type=関数}}
Creates an identical copy of the ParticleSystem in the stopped state.
== 関数 ==
=== 概要 ===
<source lang="lua">
particlesystem = ParticleSystem:clone( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|ParticleSystem|particlesystem|The new identical copy of this ParticleSystem.}}
== 注釈 ==
Cloned ParticleSystem inherit all the set-able state of the original ParticleSystem, but they are initialized stopped.
== 関連 ==
* [[parent:: ParticleSystem (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Creates an identical copy of the ParticleSystem in the stopped state.}}
== そのほかの言語 ==
{{i18n (日本語)| ParticleSystem:clone}}