Function CSGPolygon.pathContinuousU

If true the u component of our uv will continuously increase in unison with the distance traveled along our path when mode is constant MODE_PATH.

bool pathContinuousU() nothrow @property @nogc;

void pathContinuousU (
  bool v
) nothrow @property @nogc;