docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum InterpolationType

    glTF animation interpolation algorithm type.

    Namespace: GLTFast.Schema
    Assembly: glTFast.dll
    Syntax
    public enum InterpolationType

    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.

    Unknown

    Unknown

    See Also
    https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html#_animation_sampler_interpolation
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)