Line2DLineJointMode Enumeration |
[Missing <summary> documentation for "T:Godot.Line2D.LineJointMode"]
Namespace: Godot
public enum LineJointMode
Member name | Value | Description | |
---|---|---|---|
Sharp | 0 | The line's joints will be pointy. If sharp_limit is greater than the rotation of a joint, it becomes a bevel joint instead. | |
Bevel | 1 | The line's joints will be bevelled/chamfered. | |
Round | 2 | The line's joints will be rounded. |