GeometryPolyJoinType Enumeration |
[Missing <summary> documentation for "T:Godot.Geometry.PolyJoinType"]
Namespace: Godot
public enum PolyJoinType
Member name | Value | Description | |
---|---|---|---|
Square | 0 | Squaring is applied uniformally at all convex edge joins at 1 * delta. | |
Round | 1 | While flattened paths can never perfectly trace an arc, they are approximated by a series of arc chords. | |
Miter | 2 | There's a necessary limit to mitered joins since offsetting edges that join at very acute angles will produce excessively long and narrow "spikes". For any given edge join, when miter offsetting would exceed that maximum distance, "square" joining is applied. |