AnimatedTexture.pause

If true, the animation will pause where it currently is (i.e. at currentFrame). The animation will continue from where it was paused when changing this property to false.

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

Meta