Method group is Obsolete

ParticleEmitter.enabled

매뉴얼로 전환
Obsolete public bool enabled ;

설명

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.