Optional
options: object = {}Options passed to the getParticleEmitters method which can be used to customize values of the emitter configuration.
The array of emitters which are active for this particle effect
Create an emitter instance which automatically updates using the shared PIXI.Ticker
The emitter configuration
The created Emitter instance
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.
Optional
options: object = {}Options provided to the ParticleEffect constructor which can be used to customize configuration values for created emitters.
Begin animation for the configured emitters.
Stop animation for the configured emitters.
An interface for defining particle-based weather effects
Mixes
FullCanvasObjectMixin