> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/development/api-reference/enums/particleemittershape.md).

# ParticleEmitterShape

## Overview

ParticleEmitterShape is an Enum that defines the shape of a particle emitter to control the shape of the particle emission region.

This is used in the Shape property of ParticleEmitter and specifies the shape of the region from which particles are emitted.

## Items

| Name     | Value | Description                                                         |
| -------- | ----- | ------------------------------------------------------------------- |
| Box      | 0     | Emits particles within a rectangular box-shaped region.             |
| Sphere   | 1     | Emits particles within a sphere-shaped region or on its surface.    |
| Cylinder | 2     | Emits particles within a cylinder-shaped region or on its surface.  |
| Disc     | 3     | Emits particles within a flat disc-shaped region or along its edge. |

## See also

{% content-ref url="/pages/PzdUA1Oi8vUN198oIS2W" %}
[ParticleEmitter](/development/api-reference/classes/particleemitter.md)
{% endcontent-ref %}
