Static variables
staticread onlyPostSpawn:ParticlefxEmitterState
- Postspawn state.
The emitter is not spawning any particles, but has particles that are still alive.
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.
staticread onlySleeping:ParticlefxEmitterState
- Sleeping state.
The emitter does not have any living particles and will not spawn any particles in this state.