mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +00:00
jsdoc link fix
This commit is contained in:
parent
40fafa4d4e
commit
7b2eb11366
1 changed files with 1 additions and 1 deletions
|
@ -1806,7 +1806,7 @@ var ParticleEmitter = new Class({
|
||||||
* or any object with a suitable {@link Phaser.Types.GameObjects.Particles.EdgeZoneSourceCallback getPoints} method.
|
* or any object with a suitable {@link Phaser.Types.GameObjects.Particles.EdgeZoneSourceCallback getPoints} method.
|
||||||
*
|
*
|
||||||
* A {@link Phaser.Types.GameObjects.Particles.ParticleEmitterRandomZoneConfig RandomZone} places the particles randomly within its interior.
|
* A {@link Phaser.Types.GameObjects.Particles.ParticleEmitterRandomZoneConfig RandomZone} places the particles randomly within its interior.
|
||||||
* Its {@link RandomZoneSource source} can be a Circle, Ellipse, Line, Polygon, Rectangle, or Triangle; or any object with a suitable {@link Phaser.Types.GameObjects.Particles.RandomZoneSourceCallback getRandomPoint} method.
|
* Its {@link Phaser.GameObjects.Particles.Zones.RandomZone#source source} can be a Circle, Ellipse, Line, Polygon, Rectangle, or Triangle; or any object with a suitable {@link Phaser.Types.GameObjects.Particles.RandomZoneSourceCallback getRandomPoint} method.
|
||||||
*
|
*
|
||||||
* An Emission Zone can only exist once within this Emitter.
|
* An Emission Zone can only exist once within this Emitter.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue