Enum Animation.States

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    Enumeration for what state the animation is in.

    public enum Animation.States
    Remarks

    Calling Reset() on this class will not reset the animation. It will call the BaseHandle.Reset() which drops the object handle.

    Fields

    Name Description
    Paused

    The animation is paused.

    Playing

    The animation is playing.

    Stopped

    The animation has stopped.

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