phaser/src/gameobjects/particles
2023-01-03 18:35:18 +00:00
..
events Updated copyright year 2023-01-02 17:36:27 +00:00
typedefs Updated copyright year 2023-01-02 17:36:27 +00:00
zones Updated docs 2023-01-02 23:38:06 +00:00
EmitterOp.js * EmitterOp._onEmit is a new private reference to the emit callback function, if specified in the emitter configuration. It is called by the new EmitterOp.proxyEmit method, to ensure that the Emitter current property remains current. * EmitterOp._onUpdate is a new private reference to the update callback function, if specified in the emitter configuration. It is called by the new EmitterOp.proxyUpdate method, to ensure that the Emitter current property remains current. * EmitterOp.destroy is a new method that nulls all references. This is called automatically when a ParticleEmitter is itself destroyed. 2023-01-03 12:30:34 +00:00
GravityWell.js Updated copyright year 2023-01-02 17:36:27 +00:00
index.js Updated copyright year 2023-01-02 17:36:27 +00:00
Particle.js Added Particle.bounds and getBounds method 2023-01-03 17:44:11 +00:00
ParticleEmitter.js Fixed scale config 2023-01-03 18:35:18 +00:00
ParticleEmitterManager.js Added AlphaSingle and FX components and applied during rendering 2023-01-02 18:18:28 +00:00
ParticleManagerCanvasRenderer.js Updated copyright year 2023-01-02 17:36:27 +00:00
ParticleManagerCreator.js Updated copyright year 2023-01-02 17:36:27 +00:00
ParticleManagerFactory.js Updated copyright year 2023-01-02 17:36:27 +00:00
ParticleManagerRender.js Updated copyright year 2023-01-02 17:36:27 +00:00
ParticleManagerWebGLRenderer.js Added AlphaSingle and FX components and applied during rendering 2023-01-02 18:18:28 +00:00