API reference

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

I

interfaceBurstSchedule

@codexo/exojs-particles / particles / stable

Burst trigger schedule. The module fires at `time` seconds (since registration), spawning `count` particles in one frame.

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

Burst trigger schedule. The module fires at `time` seconds (since registration), spawning `count` particles in one frame.

Properties2
count: number
time: number
Source