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

スクリプト言語

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

ParticleSystem.Simulate

Switch to Manual
public function Simulate(t: float, withChildren: bool = true, restart: bool = true): void;

Parameters

t Time to fastforward the particle system.
withChildren Fastforward all child particle systems as well.
restart Restart and start from the beginning.

Description

Fastforwards the particle system by simulating particles over given period of time, then pauses it.

See Also: Play, Pause 関数