Module container

Module container 

Source
Expand description

Track data container is a flexible source of data for numeric parameters, it is built using a set of parametric curves. See TrackDataContainer docs for more info.

Structs§

TrackDataContainer
Container for a track data. Strictly speaking, it is just a set of parametric curves which can be fetched at a given time position simultaneously, producing a value of desired type. Which type of value is produced is defined by TrackValueKind enumeration. Usually a container contains up to 4 curves (the largest type supported is Vector4).

Enums§

InterpolationMode
Interpolation mode for track data.
TrackValueKind
The kind of track output value, the animation system works only with numeric properties and the number of variants is small.