loop property

bool loop
getter/setter pair

Whether the animation loops after the last sprite of the list, going back to the first, or keeps returning the last when done.

Implementation

bool loop = true;