My ParticleEffect has one ParticleEmitter and even if I set autoTrigger to false, it starts automatically.
How can I stop (or control) emitting new particles? I tried clearing List but it removes the emitters completely, with existing particles.
If I stop updating it, existing particles are not moving, they just stop everything.
If I stop drawing it, then suddenly they disappears. Just like clearing the list of emitters.
I want to stop producing new particles, but the old ones should slowly disappear.