ParticleSystem.Pause
Pause(withChildren: bool = true): void;
Parameters

withChildren Pause all child particle systems as well.
Description

Pauses playing the particle system.

See Also: Play, Stop functions.