ParticleSystem.Simulate Manual     Reference     Scripting  
Scripting > Runtime Classes > ParticleSystem
ParticleSystem.Simulate

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

Parameters

NameDescription
t Time to fastforward the particle system
withChildren Fastforward all child particle systems as well.

Description

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

See Also: Play, Pause functions.