Show / Hide Table of Contents

    Class AccelerateFactorMotionMapper

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll
    API Level:
    preview

    . The AccelerateFactorMotionMapper class.

    public class AccelerateFactorMotionMapper : IAnimatorMotionMapper
    Inheritance
    Object
    AccelerateFactorMotionMapper
    Implements
    IAnimatorMotionMapper

    Properties

    View Source

    PowerFactor

    The power factor of AccelerateFactorMotionMapper.

    Declaration
    public double PowerFactor { get; set; }
    Property Value
    Type Description
    Double
    API Level: preview

    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
    public double Calculate(double position)
    Parameters
    Type Name Description
    Double position
    Returns
    Type Description
    Double
    API Level: preview

    Implements

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