diff --git a/src/gameobjects/particles/typedefs/EmitZoneObject.js b/src/gameobjects/particles/typedefs/EmitZoneObject.js new file mode 100644 index 000000000..84dc87612 --- /dev/null +++ b/src/gameobjects/particles/typedefs/EmitZoneObject.js @@ -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 + */