Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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

Parameters

withChildrenStop all child particle systems as well.

Description

Stops playing the particle system.

See Also: Play, Pause functions.