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