API Reference

Class List

AnimTrack

An AnimTrack stores the curve data necessary to animate a set of target nodes. It can be linked to the nodes it should animate using the AnimComponent#assignAnimation method.

Summary

Static Properties

EMPTY

This AnimTrack can be used as a placeholder track when creating a state graph before having all associated animation data available.

Properties

curves

Gets the list of curves contained in the AnimTrack.

duration

Gets the duration of the AnimTrack.

events

The animation events that will fire during the playback of this anim track.

inputs

Gets the list of curve key data contained in the AnimTrack.

name

Gets the name of the AnimTrack.

outputs

Gets the list of curve values contained in the AnimTrack.

Details

Static Properties

EMPTY

This AnimTrack can be used as a placeholder track when creating a state graph before having all associated animation data available.

Properties

AnimCurve[]curves

Gets the list of curves contained in the AnimTrack.

numberduration

Gets the duration of the AnimTrack.

AnimEventsevents

The animation events that will fire during the playback of this anim track.

AnimData[]inputs

Gets the list of curve key data contained in the AnimTrack.

stringname

Gets the name of the AnimTrack.

AnimData[]outputs

Gets the list of curve values contained in the AnimTrack.