mirror of
https://github.com/photonstorm/phaser
synced 2024-11-13 00:17:24 +00:00
Merge pull request #6625 from PresentCreativeLLC/DeathZoneObjDescription
Updated the description of DeathZoneObj
This commit is contained in:
commit
36472d491d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/**
|
||||
* @typedef {Phaser.GameObjects.Particles.Zones.DeathZone|Phaser.Types.GameObjects.Particles.ParticleEmitterDeathZoneConfig|Phaser.Geom.Circle|Phaser.Geom.Ellipse|Phaser.Geom.Polygon|Phaser.Geom.Triangle} Phaser.Types.GameObjects.Particles.DeathZoneObject
|
||||
* @typedef {Phaser.GameObjects.Particles.Zones.DeathZone|Phaser.Types.GameObjects.Particles.ParticleEmitterDeathZoneConfig|Phaser.Types.GameObjects.Particles.DeathZoneSource} Phaser.Types.GameObjects.Particles.DeathZoneObject
|
||||
* @since 3.60.0
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue