Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TessellationMode

An enum describing how the SVG file will be tessellated.
Read time 1 minuteLast updated 11 days ago

Definition

public enum TessellationMode

Fields

Value

Description

AntialiasedArcEncodingsThe tessellation will be done antialiased the arc encodings.
TriangulationThe tessellation will be done using simple triangulation. Antialiasing has to be achieved using other methods, such as MSAA.