ecspresso
Preparing search index...
plugins/particles
ParticleEmitter
Interface ParticleEmitter
Per-entity emitter state stored as an ECS component.
interface
ParticleEmitter
{
activeCount
:
number
;
config
:
ParticleEffectConfig
;
elapsed
:
number
;
finished
:
boolean
;
onComplete
?:
(
data
:
ParticleEmitterEventData
)
=>
void
;
pendingBurst
:
number
;
playing
:
boolean
;
spawnAccumulator
:
number
;
}
Index
Properties
active
Count
config
elapsed
finished
on
Complete?
pending
Burst
playing
spawn
Accumulator
Properties
active
Count
activeCount
:
number
Readonly
config
config
:
ParticleEffectConfig
elapsed
elapsed
:
number
finished
finished
:
boolean
Optional
on
Complete
onComplete
?:
(
data
:
ParticleEmitterEventData
)
=>
void
pending
Burst
pendingBurst
:
number
playing
playing
:
boolean
spawn
Accumulator
spawnAccumulator
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Count
config
elapsed
finished
on
Complete
pending
Burst
playing
spawn
Accumulator
ecspresso
Loading...
Per-entity emitter state stored as an ECS component.