Lysa  0.0
Lysa 3D Engine
Animation::Track Struct Reference

Detailed Description

An animation track

Public Attributes

AnimationType type
 
AnimationInterpolation interpolation {AnimationInterpolation::LINEAR}
 
bool enabled {true}
 
float duration {0.0f}
 
std::vector< float > keyTime
 
std::vector< ValuekeyValue
 

Member Data Documentation

float duration {0.0f}
bool enabled {true}
AnimationInterpolation interpolation {AnimationInterpolation::LINEAR}
std::vector<float> keyTime
std::vector<Value> keyValue