This commit is contained in:
Richard Davey 2023-01-30 21:42:21 +00:00
parent e6573ff87b
commit e97d491458

View file

@ -937,7 +937,8 @@ var ParticleEmitter = new Class({
}, },
/** /**
* Merges configuration settings into the emitter's current settings. * Takes an Emitter Configuration file and resets this Emitter, using any
* properties defined in the config to then set it up again.
* *
* @method Phaser.GameObjects.Particles.ParticleEmitter#setConfig * @method Phaser.GameObjects.Particles.ParticleEmitter#setConfig
* @since 3.60.0 * @since 3.60.0