* Stop the emitter from generating new particles (used only if emitter is Stream)
()
| 256 | * Stop the emitter from generating new particles (used only if emitter is Stream) |
| 257 | */ |
| 258 | stopStream(): void { |
| 259 | this._enabled = false; |
| 260 | } |
| 261 | |
| 262 | /** |
| 263 | * Launch all particles from emitter and stop (e.g. for explosion) |
no outgoing calls
no test coverage detected