Polygon2D.uv

Texture coordinates for each vertex of the polygon. There should be one uv per polygon vertex. If there are fewer, undefined vertices will use (0, 0).

  1. PoolVector2Array uv [@property getter]
    struct Polygon2D
    @nogc nothrow @property
    PoolVector2Array
    uv
    ()
  2. PoolVector2Array uv [@property setter]

Meta