public enum AnimationModePublic Enumeration AnimationModepublic enum class AnimationModetype AnimationMode| Repeat | 0 | Specifies that the animation should be looped. |
| PlayOnce | 1 | Specifies that the animation should be played only once. |
| PingPong | -1 | Specifies that added frames should be played back and forth. |