Search Results for

    Show / Hide Table of Contents

    Class ElasticEase

    Represents an easing function that creates an animation resembling a spring oscillating back and forth until it comes to rest.

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

    Fields

    Oscillations

    Gets or sets the oscillations.

    Declaration
    public int Oscillations
    Field Value
    Type Description
    int

    The oscillations.

    Springiness

    Gets or sets the springiness.

    Declaration
    public double Springiness
    Field Value
    Type Description
    double

    The springiness.

    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