ResourceImporterSVG

繼承: ResourceImporter < RefCounted < Object

Imports an SVG file as an automatically scalable texture for use in UI elements and 2D rendering.

說明

This importer imports DPITexture resources. See also ResourceImporterTexture and ResourceImporterImage.

屬性

float

base_scale

1.0

Dictionary

color_map

{}

bool

compress

true

float

saturation

1.0


屬性說明

float base_scale = 1.0 🔗

Texture scale. 1.0 is the original SVG size. Higher values result in a larger image.


Dictionary color_map = {} 🔗

If set, remaps texture colors according to Color-Color map.


bool compress = true 🔗

If true, uses lossless compression for the SVG source.


float saturation = 1.0 🔗

Overrides texture saturation.