Interface: Burst
particles/options.Burst
Represents a burst of emitted particles.
Properties#
count#
• count: Variation<number>
The variable number of particles that should be emitted.
Defined in#
particles/options/emissionOptions.ts:79
probability#
• Optional probability: number
The (optional) likelihood that the burst will activate, from 0 (never) to 1 (always).
Defined in#
particles/options/emissionOptions.ts:83
time#
• time: number
The time to perform the burst at. This must be less than the duration of the emitter.