ReadonlybehaviorsThe list of behaviors to apply to this emitter.
Optional Readonlyblend_Applied before drawing particles
Optional ReadonlyemitIf the emitter should start out emitting particles. If omitted, it will be treated as true and will emit particles
immediately.
Optional Readonlyemitter_How long to run the Emitter before it stops spawning particles. If omitted, runs forever (or until told to stop manually).
ReadonlyfrequencyHow often to spawn particles. This is a value in seconds, so a value of 0.5 would be twice a second.
ReadonlylifetimeRandom number configuration for picking the lifetime for each particle..
Optional Readonlymax_Maximum number of particles that can be alive at any given time for this emitter.
Optional Readonlyparticles_How many particles to spawn at once, each time that it is determined that particles should be spawned. If omitted, only one particle will spawn at a time.
ReadonlyposDefault position to spawn particles from inside the parent container.
Emitter Config is based on pixi-particle https://github.com/pixijs-userland/particle-emitter