Line2DLineCapMode Enumeration |
[Missing <summary> documentation for "T:Godot.Line2D.LineCapMode"]
Namespace: Godot
public enum LineCapMode
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Don't draw a line cap. | |
| Box | 1 | Draws the line cap as a box. | |
| Round | 2 | Draws the line cap as a circle. |