Class SpringMotionMapper

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    The SpringMotionMapper class.

    [Obsolete("This has been deprecated in API12")]
    public class SpringMotionMapper : IAnimatorMotionMapper
    Inheritance
    object
    SpringMotionMapper
    Implements
    IAnimatorMotionMapper

    Properties

    View Source

    DecayFactor

    The decay factor of SpringMotionMapper.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public double DecayFactor { get; set; }
    Property Value
    Type Description
    double
    View Source

    Wobbles

    The wobbles of SpringMotionMapper.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public int Wobbles { get; set; }
    Property Value
    Type Description
    int

    Methods

    View Source

    Calculate(double)

    Maps an input position from 0.0 to 1.0 along a timeline to a position in a different curve.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public double Calculate(double position)
    Parameters
    Type Name Description
    double position
    Returns
    Type Description
    double

    Implements

    IAnimatorMotionMapper
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX