Enum Interpolation
glTF animation interpolation algorithm.
Namespace: Unity.Cloud.Gltfast.Objects
Assembly: Unity.Cloud.Gltfast.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter<Interpolation>))]
public enum Interpolation
Fields
| Name | Description |
|---|---|
| CubicSpline | The animation’s interpolation is computed using a cubic spline with specified tangents. |
| Linear | The animated values are linearly interpolated between keyframes. |
| Step | The animated values remain constant to the output of the first keyframe, until the next keyframe. |