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

# ActionSequenceSlotType

## Overview

An enumeration that specifies the body slot on which to play an animation in the animation track of the Action Sequence.

## Items

| Name      | Value | Description                                   |
| --------- | ----- | --------------------------------------------- |
| FullBody  | 0     | Applies the animation to the entire body.     |
| UpperBody | 1     | Applies the animation to the upper body only. |
| LowerBody | 2     | Applies the animation to the lower body only. |
