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

# ActionSequenceColliderType

## Overview

An enumeration that specifies the collider shape to use in the collision track of the Action Sequence.

## Items

| Name    | Value | Description                                              |
| ------- | ----- | -------------------------------------------------------- |
| Box     | 0     | A box-shaped collider.                                   |
| Sphere  | 1     | A sphere-shaped collider.                                |
| Capsule | 2     | A capsule-shaped collider.                               |
| Frustum | 3     | A frustum-shaped collider matching a camera view volume. |
| Raycast | 4     | A single-ray raycast collider.                           |
