Method group is Obsolete

ParticleEmitter.enabled

Cambiar al Manual
Obsolete public bool enabled ;

Descripción

Turns 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.