Table of Contents

Enum AnimationKeyTangentType

Namespace
Stride.Animations
Assembly
Stride.Engine.dll
public enum AnimationKeyTangentType

Fields

Linear = 0

Linear - the value is linearly calculated as V1 * (1 - t) + V2 * t