Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Simulate(t: float, withChildren: bool = true, restart: bool = true): void;
void Simulate(float t, bool withChildren = true, bool restart = true);
def Simulate(t as float, withChildren as bool = true, restart as bool = true) as void

Parameters

tTime to fastforward the particle system.
withChildrenFastforward all child particle systems as well.
restartRestart 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 functions.