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

# ActionSequenceTrackType

## Overview

An enumeration that specifies the type of track available in the Action Sequence.

## Items

| Name                 | Value | Description                                                |
| -------------------- | ----- | ---------------------------------------------------------- |
| AnimationTrack       | 0     | A track that plays animations.                             |
| SoundTrack           | 1     | A track that plays sounds.                                 |
| CameraShakeTrack     | 2     | A track that applies camera shake effects.                 |
| CameraFOVTrack       | 3     | A track that controls the camera field of view (FOV).      |
| CameraZoomInOutTrack | 4     | A track that controls camera zoom in/out.                  |
| ControlTrack         | 5     | A track that transfers control of an object.               |
| CollisionTrack       | 6     | A track that controls collision detection.                 |
| EventTrack           | 7     | A track that fires events at specified moments.            |
| TriggerTrack         | 8     | A track that triggers other sequences based on conditions. |
| None                 | 9     | Indicates that no track type has been assigned.            |
