Starts the emitter automatically
Optional
directionThe direction of the emitted particles, MoveDirection is the enum used for values
Optional
domUsing this id to link the emitter to an HTML element
Sets if the particles will spawn at the emitter perimeter or inside the area
The emitter life options
Optional
nameThe emitter name
Optional
particlesParticles emitted customization. These settings will overrides other particles settings for the particles emitted by this emitter Particles number options won't override anything, they will be ignored completely
Optional
positionThe relative position (in percent) of the emitter, where particles spawns. If size is specified the position will be the center of the size options
The particles emitting rate options
The emitter shape type (circle or square)
Optional
sizeThe size of the particles emitter area
Optional
spawnThe particle spawn color
The number of starting particles of the emitter
Optional
data: RecursivePartial<IEmitter>
[[include:Options/Plugins/Emitters.md]]