paused property
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;
When true, the simulation holds (the current particles keep rendering but stop advancing). Useful for editor scrubbing or off-screen emitters.
bool paused = false;