Click or drag to resize

Line2DLineCapMode Enumeration

[Missing <summary> documentation for "T:Godot.Line2D.LineCapMode"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum LineCapMode
Members
  Member nameValueDescription
None0

Don't draw a line cap.

Box1

Draws the line cap as a box.

Round2

Draws the line cap as a circle.

See Also