An enum describing how SVG files are imported.
Property | Description |
---|---|
VectorSprite | The SVG file will be imported as a tessellated sprite |
TexturedSprite | The SVG file will be imported as a textured sprite |
Texture2D | The SVG file will be imported as a Texture2D |
VectorImage | The SVG file will be imported as a UI Toolkit Vector Image asset |
UISVGImage | The SVG file will be imported as a tessellated sprite, compatible with the UI canvas masking system |