Polygon2D.textureScale

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

  1. Vector2 textureScale [@property getter]
    struct Polygon2D
    @nogc nothrow @property
    Vector2
    textureScale
    ()
  2. Vector2 textureScale [@property setter]

Meta