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§
- Track
Data Container - 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
TrackValueKindenumeration. Usually a container contains up to 4 curves (the largest type supported isVector4).
Enums§
- Interpolation
Mode - Interpolation mode for track data.
- Track
Value Kind - The kind of track output value, the animation system works only with numeric properties and the number of variants is small.