Determines if and how a glTF animation is looped.
Properties:
Name | Type | Description |
---|---|---|
NONE |
Number | Play the animation once; do not loop it. |
REPEAT |
Number | Loop the animation playing it from the start immediately after it stops. |
MIRRORED_REPEAT |
Number | Loop the animation. First, playing it forward, then in reverse, then forward, and so on. |
See:
Members
Loop the animation. First, playing it forward, then in reverse, then forward, and so on.
-
Default Value:
2
Play the animation once; do not loop it.
Loop the animation playing it from the start immediately after it stops.
-
Default Value:
1