enum AnimationWrapMode
Determines how an animation clip behaves when it reaches the end.
Values
| Name | Value | Description |
|---|---|---|
Loop |
0 |
Loop around to the beginning/end when the last/first frame is reached. |
Clamp |
1 |
Clamp to end/beginning, keeping the last/first frame active. |