Stroke
Defines how strokes are rendered.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: Unity.VectorGraphics
- Assembly: UnityEngine.VectorGraphicsModule
public class Stroke
Properties
Property | Description |
|---|---|
| Color | The stroke color. |
| Fill | The stroke fill. |
| FillTransform | A transformation specific to the fill. |
| HalfThickness | The stroke half-thickness. |
| Pattern | The stroke pattern (dashes). |
| PatternOffset | An offset to which the pattern starts. |
| TippedCornerLimit | How far the tipped corners might extrude. |