mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Create DeathZoneObject.js
This commit is contained in:
parent
9f34aa5e14
commit
fc046b4d5b
1 changed files with 4 additions and 0 deletions
4
src/gameobjects/particles/typedefs/DeathZoneObject.js
Normal file
4
src/gameobjects/particles/typedefs/DeathZoneObject.js
Normal file
|
@ -0,0 +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
|
||||
* @since 3.60.0
|
||||
*/
|
Loading…
Add table
Reference in a new issue