- Home /
Question by
Griffo · Jun 17, 2014 at 01:49 PM ·
particlesystemshuriken
ParticleSystem.Stop or particleEmitter.enabled = false;
Hi,
What the best to use
ParticleSystem.Stop();
or
particleEmitter.enabled = false;
? To stop a shuriken particle effect, is one more resource greedy ?
Comment
Answer by dsada · Jun 17, 2014 at 03:07 PM
This is really not something that could pull back your performance. Not worth to invest energy into things like this. ParticleSystem.Stop() will also look for child particlesystems and stop them as well so it is comfy to use in a situation when you would like to stop a hiearchy of particleemitters.
You could consider readability, length or anything, but beleive me in terms of performance it is negligible