Click or drag to resize

Line2D.BeginCapMode Property

Controls the style of the line's first point. Use Line2D.LineCapMode constants.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Line2D.LineCapMode BeginCapMode { get; set; }

Property Value

Type: Line2D.LineCapMode
See Also