Show / Hide Table of Contents

    Interface IAnimatorMotionMapper

    Definition

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

    The AnimatorMotionMapper interface.

    public interface IAnimatorMotionMapper

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

    Extension Methods

    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, String)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, String)
    EXamlExtensions.LoadFromEXaml<T>(T, String)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, String)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, String)
    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX