Search Results for

    Show / Hide Table of Contents

    Enum EasingFunctions

    Easing functions allow you to apply custom mathematical formulas to your animations. For example, you may want an object to realistically bounce or behave as though it is on a spring. You could use Key-Frame or even From/To/By animations to approximate these effects, but it would take a significant amount of work, and the animation would be less accurate than using a mathematical formula.

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

    Fields

    Name Description
    Back

    The back.

    Circle

    The Circle.

    Cubic

    The cube

    Extension Methods

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