enum SpriteAnimationPlayback

Type of playback to use for an animation of a SpriteTexture.

Values

NameValueDescription
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.