Function Animation.loop
A flag indicating that the animation must loop. This is uses for correct interpolation of animation cycles, and for hinting the player that it must restart the animation.
bool loop() nothrow @property @nogc;
void loop
(
bool v
) nothrow @property @nogc;