Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ModelAnimationLoop

Index

Enumeration members

Enumeration members

MIRRORED_REPEAT

MIRRORED_REPEAT: = 2

Loop the animation. First, playing it forward, then in reverse, then forward, and so on.

NONE

NONE: = 0

Play the animation once; do not loop it.

REPEAT

REPEAT: = 1

Loop the animation playing it from the start immediately after it stops.