Search Results for

    Show / Hide Table of Contents

    Class BackEase

    Represents an easing function that retracts the motion of an animation slightly before it begins to follow the indicated path.

    Inheritance
    object
    EasingFunctionBase
    BackEase
    Implements
    IEasingFunction
    Inherited Members
    EasingFunctionBase.EasingMode
    EasingFunctionBase.Ease(double)
    Namespace: Evergine.Framework.Animation
    Assembly: Evergine.Framework.dll
    Syntax
    public class BackEase : EasingFunctionBase, IEasingFunction

    Fields

    Amplitude

    Gets or sets the current amplitude.

    Declaration
    public double Amplitude
    Field Value
    Type Description
    double

    The amplitude.

    Methods

    EaseInCore(double)

    Core easing method.

    Declaration
    protected override double EaseInCore(double normalizedTime)
    Parameters
    Type Name Description
    double normalizedTime

    The normalized time.

    Returns
    Type Description
    double

    A double value result.

    Overrides
    EasingFunctionBase.EaseInCore(double)

    Implements

    IEasingFunction

    Extension Methods

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