ParticleSystem.Stop
Stop(withChildren: bool = true): void;
void Stop(bool withChildren = true);
def Stop(withChildren as bool = true) as void
Parameters

withChildren Stop all child particle systems as well.
Description

Stops playing the particle system.

See Also: Play, Pause functions.