Search Results for

    Show / Hide Table of Contents

    Enum AnimationSamplerModel.InterpolationTypes

    The types of interpolation.

    Namespace: Evergine.Framework.Assets.GltfModel
    Assembly: Evergine.Framework.dll
    Syntax
    public enum AnimationSamplerModel.InterpolationTypes

    Fields

    Name Description
    CatmullRomSpline

    Catmull-Rom spline interpolation.

    CubicSpline

    Cubic spline interpolation.

    Linear

    Linear interpolation.

    Step

    Step interpolation.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX