# ParticleFlipbookMode

## Overview

ParticleFlipbookMode는 파티클이 플립북 애니메이션에서 텍스처를 순환하는 방식을 정의하는 Enum입니다.

ParticleEmitter의 FlipbookMode 속성에서 사용되며, 애니메이션이 어떻게 재생될지를 결정합니다.

## Items

| Name     | Value | Description                                         |
| -------- | ----- | --------------------------------------------------- |
| Loop     | 0     | 애니메이션이 끝에 도달한 후 처음부터 계속 반복됩니다.                      |
| OneShot  | 1     | 애니메이션이 한 번 재생되고 마지막 프레임에서 정지합니다.                    |
| PingPong | 2     | 애니메이션이 앞으로 재생된 후 끝에서 처음으로 역방향으로 재생되는 핑퐁 방식으로 동작합니다. |
| Random   | 3     | 애니메이션의 프레임이 무작위 순서로 표시됩니다.                          |

## See also

{% content-ref url="/pages/4KtiWoXxEXbxn7sobheZ" %}
[ParticleEmitter](/korean/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/korean/development/api-reference/enums/particleflipbookmode.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.
