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

# ActionSequenceColliderType

## Overview

액션 시퀀스의 충돌 트랙에서 사용할 콜라이더 형태를 지정하는 열거형입니다.

## Items

| Name    | Value | Description                   |
| ------- | ----- | ----------------------------- |
| Box     | 0     | 직육면체 형태의 콜라이더입니다.             |
| Sphere  | 1     | 구 형태의 콜라이더입니다.                |
| Capsule | 2     | 캡슐 형태의 콜라이더입니다.               |
| Frustum | 3     | 절두체(카메라 뷰 형태) 콜라이더입니다.        |
| Raycast | 4     | 단일 광선을 이용한 레이캐스트 방식의 콜라이더입니다. |
