Search Results for

    Show / Hide Table of Contents

    Enum EasingMode

    Easing mode for the 2D animation system.

    Namespace: Evergine.Framework.Animation
    Assembly: Evergine.Framework.dll
    Syntax
    public enum EasingMode

    Fields

    Name Description
    EaseIn

    Interpolation follows the mathematical formula associated with the easing function.

    EaseInOut

    Interpolation uses EaseIn for the first half of the animation and EaseOut for the second half.

    EaseOut

    Interpolation follows 100% interpolation minus the result of the formula associated with the easing function.

    Extension Methods

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