Function Polygon2D.textureOffset

Amount to offset the polygon's texture. If (0, 0) the texture's origin (its top-left corner) will be placed at the polygon's position.

Vector2 textureOffset() nothrow @property @nogc;

void textureOffset (
  Vector2 v
) nothrow @property @nogc;