File tree Expand file tree Collapse file tree
src/gameobjects/particles Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -535,17 +535,17 @@ var EmitterOp = new Class({
535535 } ,
536536
537537 /**
538- * An `onEmit` callback that returns an eased value between the
539- * { @link Phaser.GameObjects.Particles.EmitterOp#start} and { @link Phaser.GameObjects.Particles.EmitterOp#end}
540- * range .
538+ * An `onEmit` callback for an eased property.
539+ *
540+ * It prepares the particle for easing by { @link Phaser.GameObjects.Particles.EmitterOp#easeValueUpdate} .
541541 *
542542 * @method Phaser.GameObjects.Particles.EmitterOp#easedValueEmit
543543 * @since 3.0.0
544544 *
545545 * @param {Phaser.GameObjects.Particles.Particle } particle - The particle.
546546 * @param {string } key - The name of the property.
547547 *
548- * @return {number } The new value of the property.
548+ * @return {number } { @link Phaser.GameObjects.Particles.EmitterOp#start }, as the new value of the property.
549549 */
550550 easedValueEmit : function ( particle , key )
551551 {
You can’t perform that action at this time.
0 commit comments