Function PathFollow.loop
If true
, any offset outside the path's length will wrap around, instead of stopping at the ends. Use it for cyclic paths.
bool loop() nothrow @property @nogc;
void loop
(
bool v
) nothrow @property @nogc;