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

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.

Last updated