Skip to main content

plugin-renderer-particles.particles

Home > @eva/plugin-renderer-particles > Particles

Particles class

Signature:
export default class ParticleComponent extends Component<ParticleParams> 
Extends: Component<ParticleParams>

Properties

PropertyModifiersTypeDescription
_resourcestring
colorStepany
componentNamestaticstring
emitterany
launchedboolean
readyboolean
resourcestring
stageany
type'anim' | 'path'
updateHookany

Methods

MethodModifiersDescription
change()
destroy()
init({ resource, type, colorStep })
pause(clear)
play(times)
resume()
setStage(stage)
update(e)