Function Line2D.texture

The texture used for the line's texture. Uses texture_mode for drawing style.

Texture texture() nothrow @property @nogc;

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