{{newin (日本語)|[[0.9.2 (日本語)|0.9.2]]|092|type=関数}}
Sets a series of [[Quad]]s to use for the particle sprites. Particles will choose a Quad from the list based on the particle's current lifetime, allowing for the use of animated sprite sheets with ParticleSystems.
== 関数 ==
=== 概要 ===
<source lang="lua">
ParticleSystem:setQuads( quad1, quad2, ... )
</source>
=== 引数 ===
{{param (日本語)|Quad|quad1|The first Quad to use.}}
{{param (日本語)|Quad|quad2|The second Quad to use.}}
=== 返値 ===
ありません。
== 関数 ==
=== 概要 ===
<source lang="lua">
ParticleSystem:setQuads( quads )
</source>
=== 引数 ===
{{param (日本語)|table|quads|A table containing the Quads to use.}}
=== 返値 ===
ありません。
== 関連 ==
* [[parent::ParticleSystem (日本語)]]
* [[ParticleSystem:getQuads (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Sets a series of [[Quad]]s to use for the particle sprites.}}
== そのほかの言語 ==
{{i18n (日本語)|ParticleSystem:setQuads}}