LineJoin
Join types connecting two sub-paths (see _lineJoin ).
Read time 1 minuteLast updated 5 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 _miterLimit ratio is reached. |
| Round | Joins the sub-paths with a round corner. |