IsConvex
Whether the specified contours are convex.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Property
- Namespace: Unity.VectorGraphics
- Assembly: UnityEngine.VectorGraphicsModule
public bool IsConvex { get; set; }
Remarks
Set this to true when you know the shape contours are convex. This will allow for a faster tessellation process in some circumstances.