Static variables

@:enum@:native("EMITTER_STATE_POSTSPAWN")staticread onlyPostSpawn:ParticlefxEmitterState

  • Postspawn state.

The emitter is not spawning any particles, but has particles that are still alive.

@:enum@:native("EMITTER_STATE_PRESPAWN")staticread onlyPreSpawn:ParticlefxEmitterState

  • Prespawn state.

The emitter will be in this state when it has been started but before spawning any particles. Normally the emitter is in this state for a short time, depending on if a start delay has been set for this emitter or not.

@:enum@:native("EMITTER_STATE_SLEEPING")staticread onlySleeping:ParticlefxEmitterState

  • Sleeping state.

The emitter does not have any living particles and will not spawn any particles in this state.

@:enum@:native("EMITTER_STATE_SPAWNING")staticread onlySpawning:ParticlefxEmitterState

  • Spawning state.

The emitter is spawning particles.