Table of Contents

Enum Line2D.LineTextureMode

Namespace
Godot
Assembly
GodotSharp.dll
public enum Line2D.LineTextureMode : long

Fields

None = 0

Takes the left pixels of the texture and renders them over the whole polyline.

Stretch = 2

Stretches the texture across the polyline. TextureRepeat of the Line2D node must be Disabled for best results.

Tile = 1

Tiles the texture over the polyline. TextureRepeat of the Line2D node must be Enabled or Mirror for it to work properly.