mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
change ParticleEmitter.startFollow to fix issue 3764
This commit is contained in:
parent
a480232d87
commit
b2f8a139cc
1 changed files with 1 additions and 1 deletions
|
@ -1047,7 +1047,7 @@ var ParticleEmitter = new Class({
|
|||
* @method Phaser.GameObjects.Particles.ParticleEmitter#startFollow
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param {Phaser.GameObjects.Particles.Particle} target - The Game Object to follow.
|
||||
* @param {Phaser.GameObjects.GameObject} target - The Game Object to follow.
|
||||
* @param {float} [offsetX=0] - Horizontal offset of the particle origin from the Game Object.
|
||||
* @param {float} [offsetY=0] - Vertical offset of the particle origin from the Game Object.
|
||||
* @param {boolean} [trackVisible=false] - Whether the emitter's visible state will track the target's visible state.
|
||||
|
|
Loading…
Reference in a new issue