API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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.
Constructors1
Methods3
destroy(): voidOptional cleanup hook called from ParticleSystem.destroy.
reset(): thisRestart the schedule from t=0.
Properties1
Source