Struct opengex::structure::Track [] [src]

pub struct Track {
    pub target: TrackTarget,
    pub time: Time,
    pub value: Value,
}

The Track structure contains animation key data for a single Transformation or MorphWeight structure.

Fields

The target transformation or MorphWeight this track applies to.

The time curve associated with this track.

The value curve associated with this track.