Lysa  0.0
Lysa 3D Engine
AssetsPack::TrackInfo Struct Reference

Detailed Description

Description of a single animation track.

Public Attributes

int32 nodeIndex {-1}
 Index of the target node (-1 if none) More...
 
uint32 type
 Track type (AnimationType) More...
 
uint32 interpolation
 Interpolation mode (AnimationInterpolation) More...
 
uint32 keysCount
 Number of keyframes; followed by keyCount floats (times) and keyCount values. More...
 

Member Data Documentation

uint32 interpolation

Interpolation mode (AnimationInterpolation)

uint32 keysCount

Number of keyframes; followed by keyCount floats (times) and keyCount values.

int32 nodeIndex {-1}

Index of the target node (-1 if none)

uint32 type

Track type (AnimationType)