Shape
A generic filled shape.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: Unity.VectorGraphics
- Assembly: UnityEngine.VectorGraphicsModule
public class Shape
Properties
Property | Description |
|---|---|
| Contours | All the contours defining the shape. |
| Fill | The fill used on the shape. |
| FillTransform | A transformation specific to the fill. |
| IsConvex | Whether the specified contours are convex. |
| PathProps | The path properties. |