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

withChildren Clear all child particle systems as well.
Description

Remove all particles in the particle system.