The array of emitters which are active for this particle effect
Staticlabel
label:string = "WEATHER.AutumnLeaves"
Inherit Doc
StaticLEAF_CONFIG
LEAF_CONFIG:EmitterConfigV3 = ...
Configuration for the particle emitter for falling leaves
Methods
getParticleEmitters
getParticleEmitters(): Emitter[]
Get the particle emitters which should be active for this particle effect.
This base class creates a single emitter using the explicitly provided configuration.
Subclasses can override this method for more advanced configurations.
Returns Emitter[]
createEmitter
createEmitter(config): Emitter
Create an emitter instance which automatically updates using the shared PIXI.Ticker
A full-screen weather effect which renders gently falling autumn leaves.