For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Last updated