Enum Animation.States
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for what state the animation is in.
C#
Copy
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.
Name | Description |
---|---|
Paused | The animation is paused. |
Playing | The animation is playing. |
Stopped | The animation has stopped. |