enum PlaybackType : Enum<PlaybackType>
| Member | Description |
|---|---|
LOOP |
Restarts the animation at the beginning when it finishes
|
CLAMP |
Plays animation once and then freezes at last keyframe
|
BOUNCE |
Starts playing animation forward and then in reverse when it finishes
|
REVERSE_LOOP |
Plays animation in reverse forever
|