PathFollow2D.loop

If true, any offset outside the path's length will wrap around, instead of stopping at the ends. Use it for cyclic paths.

  1. bool loop [@property getter]
    struct PathFollow2D
    @nogc nothrow @property
    bool
    loop
    ()
  2. bool loop [@property setter]

Meta