言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

ParticleSystem.SetParticles

Switch to Manual
public function SetParticles(particles: Particle[], size: int): void;

Description

パーティクルの配列と描画する数を設定します。 size は設定されるパーティクルの数です

Setting the lifetime of a particle to a negative value will result in Shuriken removing the particle. See Also: GetParticles.