Line2DLineTextureMode Enumeration |
[Missing <summary> documentation for "T:Godot.Line2D.LineTextureMode"]
Namespace: Godot
public enum LineTextureMode
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Takes the left pixels of the texture and renders it over the whole line. | |
| Tile | 1 | Tiles the texture over the line. The texture must be imported with Repeat enabled for it to work properly. | |
| Stretch | 2 | Stretches the texture across the line. Import the texture with Repeat disabled for best results. |