Animation.loop

A flag indicating that the animation must loop. This is used for correct interpolation of animation cycles, and for hinting the player that it must restart the animation.

  1. bool loop [@property getter]
    struct Animation
    @nogc nothrow @property
    bool
    loop
    ()
  2. bool loop [@property setter]

Meta