public enum PlaybackDirectionPublic Enumeration PlaybackDirectiontype PlaybackDirection| Normal | 0 | The animation is played normally. |
| Reverse | 1 | The animation is played in reverse direction. |
| Alternate | 2 | The animation is played forwards first, then backwards. |
| AlternateReverse | 3 | The animation is played backwards first, then forwards. |