Closed
A boolean indicating if the contour should be closed.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Property
- Namespace: Unity.VectorGraphics
- Assembly: UnityEngine.VectorGraphicsModule
public bool Closed { readonly get; set; }
Remarks
When set to true, closed path will connect the last path segment to the first path segment, by using the last path segment's P1 and P2 as control points.