You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {GravityWellConfig} config - Configuration settings for the Gravity Well to create.
289
289
*
290
290
* @return {Phaser.GameObjects.Particles.GravityWell} The Gravity Well that was created.
291
291
*/
@@ -301,8 +301,8 @@ var ParticleEmitterManager = new Class({
301
301
* @since 3.0.0
302
302
*
303
303
* @param {integer} [count] - The number of particles to release from each emitter. The default is the emitter's own {@link Phaser.GameObjects.Particles.ParticleEmitter#quantity}.
304
-
* @param {float} [x] - The x-coordinate to to emit particles from. The default is the x-coordinate of the emitter's current location.
305
-
* @param {float} [y] - The y-coordinate to to emit particles from. The default is the y-coordinate of the emitter's current location.
304
+
* @param {number} [x] - The x-coordinate to to emit particles from. The default is the x-coordinate of the emitter's current location.
305
+
* @param {number} [y] - The y-coordinate to to emit particles from. The default is the y-coordinate of the emitter's current location.
306
306
*
307
307
* @return {Phaser.GameObjects.Particles.ParticleEmitterManager} This Emitter Manager.
308
308
*/
@@ -329,8 +329,8 @@ var ParticleEmitterManager = new Class({
* @param {float} [x] - The x-coordinate to to emit particles from. The default is the x-coordinate of the emitter's current location.
333
-
* @param {float} [y] - The y-coordinate to to emit particles from. The default is the y-coordinate of the emitter's current location.
332
+
* @param {number} [x] - The x-coordinate to to emit particles from. The default is the x-coordinate of the emitter's current location.
333
+
* @param {number} [y] - The y-coordinate to to emit particles from. The default is the y-coordinate of the emitter's current location.
334
334
* @param {integer} [count] - The number of particles to release from each emitter. The default is the emitter's own {@link Phaser.GameObjects.Particles.ParticleEmitter#quantity}.
335
335
*
336
336
* @return {Phaser.GameObjects.Particles.ParticleEmitterManager} This Emitter Manager.
@@ -394,7 +394,7 @@ var ParticleEmitterManager = new Class({
394
394
* @since 3.0.0
395
395
*
396
396
* @param {integer} time - The current timestamp as generated by the Request Animation Frame or SetTimeout.
397
-
* @param {float} delta - The delta time, in ms, elapsed since the last frame.
397
+
* @param {number} delta - The delta time, in ms, elapsed since the last frame.
0 commit comments