ParticleEmitter.enabledvar enabled : booleanDescriptionTurns the ParticleEmitter on or off. A ParticleEmitter which is not enabled will not emit any particles, and the emitted particles will not animate. So, this value allows you to pause a particle emitter. The default value is true.
JavaScript
// Pause particle emitter. using UnityEngine; import UnityEngine |
