Enum Line2D.LineTextureMode

enum LineTextureMode : int { ... }

Enum members

NameDescription
lineTextureNone Takes the left pixels of the texture and renders it over the whole line.
lineTextureStretch Stretches the texture across the line. Import the texture with Repeat disabled for best results.
lineTextureTile Tiles the texture over the line. The texture must be imported with Repeat enabled for it to work properly.