Function Tween.repeat
If true
, the tween loops.
bool repeat() nothrow @property @nogc;
void repeat
(
bool v
) nothrow @property @nogc;
If true
, the tween loops.
bool repeat() nothrow @property @nogc;
void repeat
(
bool v
) nothrow @property @nogc;