PathFollow2D.unitOffset

The distance along the path as a number in the range 0.0 (for the first vertex) to 1.0 (for the last). This is just another way of expressing the offset within the path, as the offset supplied is multiplied internally by the path's length.

  1. double unitOffset [@property getter]
    struct PathFollow2D
    @nogc nothrow @property
    double
    unitOffset
    ()
  2. double unitOffset [@property setter]

Meta