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

Parámetros

t Time period in seconds to advance the ParticleSystem simulation by. If restart is true, the ParticleSystem will be reset to 0 time, and then advanced by this value. If restart is false, the ParticleSystem simulation will be advanced in time from its current state by this value.
withChildren Acelera todos los sistemas de partículas hijo también.
restart Re-inicia y se empieza desde el inicio.
fixedTimeStep Solamente actualiza el sistema en intervalos fijos, basándose en el valor en "Fixed Time" en las opciones de Tiempo.

Descripción

Avanza rápido el sistema de partículas mediante la simulación de las partículas durante un determinado período de tiempo, y luego se detiene.

Mirar también: funciones Play, Pause