Function SpatialMaterial.uv2Scale

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

Vector3 uv2Scale() nothrow @property @nogc;

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