loop property
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;
Whether the animation loops after the last sprite of the list, going back to the first, or keeps returning the last when done.
bool loop = true;