Function SpatialMaterial.uv1Offset

How much to offset the UV coordinates. This amount will be added to UV in the vertex function. This can be used to offset a texture.

Vector3 uv1Offset() nothrow @property @nogc;

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