TessellationMode
An enum describing how the SVG file will be tessellated.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Enum
- Namespace: Unity.VectorGraphics.Editor
- Assembly: UnityEditor
public enum TessellationMode
Fields
Value | Description |
|---|---|
| AntialiasedArcEncodings | The tessellation will be done antialiased the arc encodings. |
| Triangulation | The tessellation will be done using simple triangulation. Antialiasing has to be achieved using other methods, such as MSAA. |