API reference

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

C

classBurstSpawn

@codexo/exojs-particles / particles / stable

Discrete-burst spawner. Fires at scheduled times with a fixed count per burst. Useful for explosions, hit-impacts, level-up effects.

1
props
3
methods
0
events
Import
import { BurstSpawn } from '@codexo/exojs-particles'

Discrete-burst spawner. Fires at scheduled times with a fixed count per burst. Useful for explosions, hit-impacts, level-up effects.

Constructors 1
new(config: BurstSpawnConfig): BurstSpawn
Methods 3
apply(system: ParticleSystem, dt: number): void
destroy(): void
reset(): this
Properties 1
config: BurstSpawnConfig
Source