LineJoin
Join types connecting two sub-paths (see Painter2D.lineJoin ).
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum LineJoin
Fields
Value | Description |
|---|---|
| Bevel | Joins the sub-paths with a beveled corner. |
| Miter | Joins the sub-paths with a sharp corner. The join converts to a beveled join when the Painter2D.miterLimit ratio is reached. |
| Round | Joins the sub-paths with a round corner. |