# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.overdare.com/development/api-reference/enums/particleemittershape.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
