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

# ParticleEmitterShapeInOut

## Overview

ParticleEmitterShapeInOut is an Enum that defines the direction in which particles are emitted from a shape.

This is used for the ShapeInOut property of ParticleEmitter and determines whether particles are emitted outward or inward from the shape.

## Items

| Name    | Value | Description                                  |
| ------- | ----- | -------------------------------------------- |
| Outward | 0     | Emits particles to the outside of the shape. |
| Inward  | 1     | Emits particles to the inside of the shape.  |

## See also

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