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.

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

Parameters

withChildrenPause all child particle systems as well.

Description

Pauses playing the particle system.

See Also: Play, Stop functions.