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]
  2. bool loop [@property setter]
    struct Animation
    @nogc nothrow @property
    void
    loop
    (
    bool v
    )

Meta