enum SpriteAnimationPlayback
Type of playback to use for an animation of a SpriteTexture.
Values
| Name | Value | Description |
|---|---|---|
None |
0 |
Do not animate. |
Normal |
1 |
Animate once until the end of the animation is reached. |
Loop |
2 |
Animate to the end of the animation then loop around. |
PingPong |
3 |
Loop the animation but reverse playback when the end is reached. |