Click or drag to resize

Line2DBeginCapMode Property

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

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

Property Value

Type: Line2DLineCapMode
See Also