Function Polygon2D.textureScale

Amount to multiply the uv coordinates when using a texture. Larger values make the texture smaller, and vice versa.

Vector2 textureScale() nothrow @property @nogc;

void textureScale (
  Vector2 v
) nothrow @property @nogc;