# ParticleFlipbookLayout

## Overview

ParticleFlipbookLayout is an Enum that defines the layout of particle flipbooks used in animations or effects.

This is used in the FlipbookLayout property of ParticleEmitter and configures flipbook animation where a texture is divided into a grid and played sequentially.

## Items

| Name    | Value | Description                                                 |
| ------- | ----- | ----------------------------------------------------------- |
| None    | 0     | Does not apply layout and uses a single frame.              |
| Grid2x2 | 1     | A 2x2 grid layout that divides the flipbook into 4 frames.  |
| Grid4x4 | 2     | A 4x4 grid layout that divides the flipbook into 16 frames. |
| Grid8x8 | 3     | A 8x8 grid layout that divides the flipbook into 64 frames. |

## 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/particleflipbooklayout.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.
