ParticleSystem.Simulate
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

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 functions.