Click or drag to resize

GeometryPolyEndType Enumeration

[Missing <summary> documentation for "T:Godot.Geometry.PolyEndType"]

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

Endpoints are joined using the GeometryPolyJoinType value and the path filled as a polygon.

Joined1

Endpoints are joined using the GeometryPolyJoinType value and the path filled as a polyline.

Butt2

Endpoints are squared off with no extension.

Square3

Endpoints are squared off and extended by delta units.

Round4

Endpoints are rounded off and extended by delta units.

See Also