plugin-renderer-particles.particles
Home > @eva/plugin-renderer-particles > Particles
Particles class
Signature:export default class ParticleComponent extends Component<ParticleParams>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
_resource | string | ||
colorStep | any | ||
componentName | static | string | |
emitter | any | ||
launched | boolean | ||
ready | boolean | ||
resource | string | ||
stage | any | ||
type | 'anim' | 'path' | ||
updateHook | any |
Methods
Method | Modifiers | Description |
---|---|---|
change() | ||
destroy() | ||
init({ resource, type, colorStep }) | ||
pause(clear) | ||
play(times) | ||
resume() | ||
setStage(stage) | ||
update(e) |