tsParticles - v4.0.0-beta.12
    Preparing search index...

    The EmitterInstance class manages a single emitter, handling particle emission, lifecycle (duration/count), positioning, sizing, and shape-based spawning.

    Index

    Constructors

    Properties

    fill: boolean

    Sets if the particles will spawn at the emitter perimeter or inside the area

    name?: string

    The emitter name

    options: Emitter

    The emitter options

    position: ICoordinates

    The emitter position

    The emitter size

    spawnFillColor?: IHsl

    The emitter spawn fill color

    spawnFillEnabled?: boolean

    The emitter spawn fill enabled flag

    spawnFillOpacity?: number

    The emitter spawn fill opacity

    spawnStrokeColor?: IHsl

    The emitter spawn stroke color

    spawnStrokeOpacity?: number

    The emitter spawn stroke opacity

    spawnStrokeWidth?: number

    The emitter spawn stroke width

    Methods