Table of Contents

Enum Line2D.LineCapMode

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

Fields

Box = 1

Draws the line cap as a box, slightly extending the first/last segment.

None = 0

Draws no line cap.

Round = 2

Draws the line cap as a semicircle attached to the first/last segment.