phaser/src/gameobjects/particles
2023-01-06 18:44:20 +00:00
..
events Updated copyright year 2023-01-02 17:36:27 +00:00
typedefs Updated TypeDefs 2023-01-05 14:23:28 +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 The add and remove processes can set the manager property. 2023-01-03 21:45:29 +00:00
index.js Created the ParticleProcessor class 2023-01-03 21:08:55 +00:00
Particle.js Updated jsdocs and moved lifeCurrent bail out 2023-01-03 21:27:50 +00:00
ParticleEmitter.js Fixed set methods and a typo 2023-01-06 17:41:01 +00:00
ParticleEmitter2.js Create ParticleEmitter2.js 2023-01-06 18:44:20 +00:00
ParticleEmitterManager.js The add and remove processes can set the manager property. 2023-01-03 21:45:29 +00:00
ParticleManagerCanvasRenderer.js Added Emitter.getBounds and viewBounds culling 2023-01-05 17:58:20 +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 Emitter.getBounds and viewBounds culling 2023-01-05 17:58:20 +00:00
ParticleProcessor.js The add and remove processes can set the manager property. 2023-01-03 21:45:29 +00:00