> 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/particleemittershapestyle.md).

# ParticleEmitterShapeStyle

## Overview

ParticleEmitterShapeStyle is an Enum that defines the shape style used by a particle emitter for emission.

This is used in the ShapeStyle property of ParticleEmitter and determines whether particles are emitted throughout the volume or only from the surface of the shape.

## Items

| Name    | Value | Description                                                 |
| ------- | ----- | ----------------------------------------------------------- |
| Volume  | 0     | Emits particles throughout the volume of the emitter shape. |
| Surface | 1     | Emits particles only from the surface of the emitter shape. |

## See also

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