Line2D.LineTextureMode

Values

ValueMeaning
lineTextureNone0

Takes the left pixels of the texture and renders it over the whole line.

lineTextureTile1

Tiles the texture over the line. The texture must be imported with Repeat enabled for it to work properly.

lineTextureStretch2

Stretches the texture across the line. Import the texture with Repeat disabled for best results.

Meta