> 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/korean/development/api-reference/enums/animationpriority.md).

# AnimationPriority

## Overview

AnimationPriority는 애니메이션 재생 시 우선순위를 정의하는 Enum입니다. 여러 애니메이션이 동시에 재생될 때, 더 높은 우선순위를 가진 애니메이션이 낮은 우선순위의 애니메이션을 덮어씁니다.

AnimationTrack의 Priority 속성에서 사용됩니다.

## Items

| Name     | Value | Description                       |
| -------- | ----- | --------------------------------- |
| Action4  | 0     | 최상위 우선순위. 매우 중요한 액션이나 이벤트에 사용됩니다. |
| Action3  | 1     | 상위 우선순위. 주요 액션에 사용됩니다.            |
| Action2  | 2     | 중간 우선순위. 일반적인 액션에 사용됩니다.          |
| Action   | 3     | 하위 우선순위. 사소한 액션에 사용됩니다. (기본값)     |
| Movement | 4     | 기본 이동 애니메이션에 사용됩니다.               |
| Idle     | 5     | 대기 상태나 유휴 애니메이션에 사용됩니다.           |
| Core     | 6     | 시스템 또는 필수 애니메이션에 사용됩니다.           |
| None     | 7     | 가장 낮은 우선순위. 일반적으로 재생되지 않습니다.      |

## See also

{% content-ref url="/pages/F2XYd90rJDzwpi89dMS4" %}
[AnimationTrack](/korean/development/api-reference/classes/animationtrack.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.overdare.com/korean/development/api-reference/enums/animationpriority.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
