AnimatedTexture.oneshot

If true, the animation will only play once and will not loop back to the first frame after reaching the end. Note that reaching the end will not set pause to true.

struct AnimatedTexture
@nogc nothrow @property
void
oneshot
(
bool v
)

Meta