API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceBurstSpawnConfig

@codexo/exojs-particles / particles / stable

Spawn configuration for BurstSpawn: the burst schedule plus the shared per-property fields.

10
props
0
methods
0
events
Import
import { BurstSpawnConfig } from '@codexo/exojs-particles'

Spawn configuration for BurstSpawn: the burst schedule plus the shared per-property fields.

Properties10
interval?: number
Seconds from one run of the schedule to the next, measured from the schedule's own t=0. Omit for a one-shot: the schedule fires once and then stays exhausted until BurstSpawn.reset. The clock wraps by subtracting the period rather than restarting from zero, so overshoot carries into the next cycle and a given span of time produces the same bursts at any frame rate. A period shorter than the schedule's last entry overlaps cycles; each one still fires in full.
Source