Enum AnimationKeyTangentType
- Namespace
- Stride.Animations
- Assembly
- Stride.Engine.dll
public enum AnimationKeyTangentTypeFields
- Linear = 0
- Linear - the value is linearly calculated as V1 * (1 - t) + V2 * t 
public enum AnimationKeyTangentTypeLinear = 0Linear - the value is linearly calculated as V1 * (1 - t) + V2 * t