Function PathFollow.offset

The distance from the first vertex, measured in 3D units along the path. This sets this node's position to a point within the path.

double offset() nothrow @property @nogc;

void offset (
  double v
) nothrow @property @nogc;