Search Results for

    Show / Hide Table of Contents

    Class EcoreAnimator

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    EcoreAnimator is a helper class. It provides the functions to manage animations.

    [Obsolete("This has been deprecated in API12")]
    public static class EcoreAnimator
    Inheritance
    object
    EcoreAnimator

    Methods

    View Source

    AddAnimator(Func<bool>)

    Adds an animator to call handler at every animation tick during the main loop execution.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public static nint AddAnimator(Func<bool> handler)
    Parameters
    Type Name Description
    Func<bool> handler

    The function to call when it ticks off.

    Returns
    Type Description
    nint

    A handle to the new animator.

    View Source

    GetCurrentTime()

    Gets the current system time as a floating point value in seconds.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public static double GetCurrentTime()
    Returns
    Type Description
    double

    Current system time

    View Source

    RemoveAnimator(nint)

    Removes the specified animator from the animator list.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public static void RemoveAnimator(nint anim)
    Parameters
    Type Name Description
    nint anim

    The specified animator handle.

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