Function SpatialMaterial.uv1Scale

How much to scale the UV coordinates. This is multiplied by UV in the vertex function.

Vector3 uv1Scale() nothrow @property @nogc;

void uv1Scale (
  Vector3 v
) nothrow @property @nogc;