# AnimationPriority

## Overview

AnimationPriority is an Enum that defines the playback priority of animations. When multiple animations are playing at the same time, animations with higher priority overrides those with lower priority.

This is used in the Priority property of AnimationTrack.

## Items

| Name     | Value | Description                                                      |
| -------- | ----- | ---------------------------------------------------------------- |
| Action4  | 0     | The highest priority; used for very important actions or events. |
| Action3  | 1     | High priority; used for primary actions.                         |
| Action2  | 2     | Medium priority; used for common actions.                        |
| Action   | 3     | Low Priority; used for minor actions (default).                  |
| Movement | 4     | Used for basic movement animations.                              |
| Idle     | 5     | Used for waiting or idle animations.                             |
| Core     | 6     | Used for system or essential animations.                         |
| None     | 7     | The lowest priority; typically not played.                       |

## See also

{% content-ref url="/pages/htRAA3O6OTg3wLTMzprr" %}
[AnimationTrack](/development/api-reference/classes/animationtrack.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/animationpriority.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.
