Skip to content
TypeAliasTypes & Utilities@public

ParticleEmitterState

ts
export type ParticleEmitterState = 'complete' | 'destroyed' | 'idle' | 'paused' | 'running'

Released under the MIT License.