Interface
The array of emitters which are active for this particle effect
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.
An interface for defining particle-based weather effects
Param: parent
The parent container within which the effect is rendered
Param: options
Options passed to the getParticleEmitters method which can be used to customize values of the emitter configuration.