Back to Phaser

Particle System -- Reference

skills/particles/references/REFERENCE.md

4.1.01022 B
Original Source

Particle System -- Reference

Source File Map

FilePurpose
src/gameobjects/particles/ParticleEmitter.jsMain emitter class -- config parsing, all methods
src/gameobjects/particles/ParticleEmitterFactory.jsthis.add.particles() factory
src/gameobjects/particles/Particle.jsIndividual particle: fire, update, death logic
src/gameobjects/particles/GravityWell.jsGravity well processor
src/gameobjects/particles/ParticleProcessor.jsBase class for processors
src/gameobjects/particles/ParticleBounds.jsRectangular bounds processor
src/gameobjects/particles/EmitterOp.jsEmitterOp value formats (start/end, random, stepped)
src/gameobjects/particles/EmitterColorOp.jsColor interpolation op
src/gameobjects/particles/zones/RandomZone, EdgeZone, DeathZone
src/gameobjects/particles/events/COMPLETE, DEATH_ZONE, EXPLODE, START, STOP
src/gameobjects/particles/typedefs/ParticleEmitterConfig.jsFull config typedef