Spawn area; a point, rect, circle, ring, or line object. Supports reference resolution (e.g. {reference: "target"}).
PIXI blend mode (default NORMAL = 0)
Additional ParticleGenerator configuration passed directly to the constructor. Can include orbit, follow, constraints, drift, blur, clip, anchor, callbacks, and any other ParticleGeneratorConfiguration fields. Values here override any explicitly-set schema fields of the same name.
Target particle count (default 50)
OptionaldurationHow long the generator runs in ms before soft-stopping to let existing particles expire. If absent, runs until the component is explicitly stopped.
Layer elevation for the particle container (default 0)
Fade-in and fade-out durations in ms (default null)
Proportion of count to spawn immediately on start [0, 1] (default 0.25)
Particle lifetime in ms. If max is null, min is used as a fixed value. Otherwise, spawns with a random lifetime in [min, max] (default min 1000).
Generator mode: "ambient" or "effect" (default "effect")
Maximum particles spawned per frame during auto-spawn (default 5)
Rotation in degrees per second (default 0)
Scale range [min, max] (default 1)
Sort order within the elevation layer (default 0)
Texture paths for particles
Initial particle velocity. Specify either x/y components or speed (px/frame) and angle (degrees). (default null)
Alpha range [min, max] (default 1)