Enum Geometry2D.PolyEndType
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Geometry2D.PolyEndType : long
Fields
Butt = 2
Endpoints are squared off with no extension.
Joined = 1
Endpoints are joined using the Geometry2D.PolyJoinType value and the path filled as a polyline.
Polygon = 0
Endpoints are joined using the Geometry2D.PolyJoinType value and the path filled as a polygon.
Round = 4
Endpoints are rounded off and extended by
delta
units.Square = 3
Endpoints are squared off and extended by
delta
units.