This version of Unity is unsupported.

ParticleSystem.totalTime

Switch to Manual
public float totalTime;

Description

Total playback time in seconds, including the Start Delay setting.

Use this to read the current playback time. For looping systems, the returned value is not wrapped within the duration, unlike ParticleSystem.time.

See Also: ParticleSystem.MainModule.startDelay.