Function Polygon2D.texture

The polygon's fill texture. Use uv to set texture coordinates.

Texture texture() nothrow @property @nogc;

void texture (
  Texture v
) nothrow @property @nogc;