mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +00:00
Create EmitZoneObject.js
This commit is contained in:
parent
e737db215f
commit
9f34aa5e14
1 changed files with 4 additions and 0 deletions
4
src/gameobjects/particles/typedefs/EmitZoneObject.js
Normal file
4
src/gameobjects/particles/typedefs/EmitZoneObject.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
/**
|
||||
* @typedef {Phaser.Types.GameObjects.Particles.ParticleEmitterEdgeZoneConfig|Phaser.Types.GameObjects.Particles.ParticleEmitterRandomZoneConfig|Phaser.GameObjects.Particles.Zones.EdgeZone|Phaser.GameObjects.Particles.Zones.RandomZone} Phaser.Types.GameObjects.Particles.EmitZoneObject
|
||||
* @since 3.60.0
|
||||
*/
|
Loading…
Reference in a new issue