paused property

bool paused
getter/setter pair

When true, the simulation holds (the current particles keep rendering but stop advancing). Useful for editor scrubbing or off-screen emitters.

Implementation

bool paused = false;