ParticleSystem.Simulate

function Simulate (t : float, withChildren : boolean = true, restart : boolean = true) : void

Parameters

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