Segments
An array of every path segments on the contour.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: Unity.VectorGraphics
- Assembly: UnityEngine.VectorGraphicsModule
public BezierPathSegment[] Segments { readonly get; set; }
Remarks
Closed paths should not add a dedicated closing segment. It is implied by the 'closed' property.