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

withChildren Play all child particle systems as well.
Description

Plays the particle system.

See Also: Stop, Pause functions.