We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a480232 commit b2f8a13Copy full SHA for b2f8a13
1 file changed
src/gameobjects/particles/ParticleEmitter.js
@@ -1047,7 +1047,7 @@ var ParticleEmitter = new Class({
1047
* @method Phaser.GameObjects.Particles.ParticleEmitter#startFollow
1048
* @since 3.0.0
1049
*
1050
- * @param {Phaser.GameObjects.Particles.Particle} target - The Game Object to follow.
+ * @param {Phaser.GameObjects.GameObject} target - The Game Object to follow.
1051
* @param {float} [offsetX=0] - Horizontal offset of the particle origin from the Game Object.
1052
* @param {float} [offsetY=0] - Vertical offset of the particle origin from the Game Object.
1053
* @param {boolean} [trackVisible=false] - Whether the emitter's visible state will track the target's visible state.
0 commit comments