Enum SVGType
An enum describing how SVG files are imported.
Namespace: Unity.VectorGraphics.Editor
Syntax
public enum SVGType
Fields
| Name | Description |
|---|---|
| Texture2D | The SVG file will be imported as a Texture2D |
| TexturedSprite | The SVG file will be imported as a textured sprite |
| UISVGImage | The SVG file will be imported as a tessellated sprite, compatible with uGUI's masking system |
| VectorSprite | The SVG file will be imported as a tessellated sprite |