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]
  2. bool loop [@property setter]
    struct PathFollow2D
    @nogc nothrow @property
    void
    loop
    (
    bool v
    )

Meta