Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    AnimationCurveInterpolationType Enum

    Namespace: Stride.Animations
    Assembly: Stride.Engine.dll

    Describes how a curve should be interpolated.

    [DataContract]
    public enum AnimationCurveInterpolationType

    Fields

    Name Description
    Constant

    Interpolates by using constant value between keyframes.

    Cubic

    Interpolates with implicit derivatives using points before and after. More information at http://en.wikipedia.org/wiki/Cubic_Hermite_spline#Interpolation_on_the_unit_interval_without_exact_derivatives.

    Linear

    Interpolates linearly between keyframes.

    Extension Methods

    ComponentBaseExtensions.DisposeBy<AnimationCurveInterpolationType>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<AnimationCurveInterpolationType>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation