Version: 5.3
public void Simulate (float t, bool withChildren= true, bool restart= true);

파라미터

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

설명

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

See Also: Play, Pause functions.