ResourceImporterSVG ​
Inherits: ResourceImporter < RefCounted < Object
Imports an SVG file as a scalable texture for use in 2D or 3D rendering.
Description
This importer imports SVGTexture resources. See also ResourceImporterTexture and ResourceImporterImage.
Properties
1.0 | ||
{} | ||
true | ||
1.0 |
Property Descriptions
SVG texture scale. 1.0
is the original SVG size. Higher values result in a larger image.
Dictionary color_map = {} 🔗
If set, remaps SVG texture colors according to Color-Color map.
If true
, uses lossless compression for the SVG source.
Overrides texture saturation.