GeometryPolyEndType Enumeration |
[Missing <summary> documentation for "T:Godot.Geometry.PolyEndType"]
Namespace: Godot
public enum PolyEndType
Member name | Value | Description | |
---|---|---|---|
Polygon | 0 | Endpoints are joined using the GeometryPolyJoinType value and the path filled as a polygon. | |
Joined | 1 | Endpoints are joined using the GeometryPolyJoinType value and the path filled as a polyline. | |
Butt | 2 | Endpoints are squared off with no extension. | |
Square | 3 | Endpoints are squared off and extended by delta units. | |
Round | 4 | Endpoints are rounded off and extended by delta units. |