SpatialMaterial.uv2Offset

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

  1. Vector3 uv2Offset [@property getter]
  2. Vector3 uv2Offset [@property setter]
    struct SpatialMaterial
    @nogc nothrow @property
    void
    uv2Offset
    (
    Vector3 v
    )

Meta