2021-05-13 22:34:34 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2023-07-12 17:30:34 +02:00
<class name= "ResourceImporterImage" inherits= "ResourceImporter" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
2021-05-13 22:34:34 +02:00
<brief_description >
2023-07-13 02:25:33 +02:00
Imports a image for use in scripting, with no rendering capabilities.
2021-05-13 22:34:34 +02:00
</brief_description>
<description >
2023-07-13 02:25:33 +02:00
This importer imports [Image] resources, as opposed to [CompressedTexture2D]. If you need to render the image in 2D or 3D, use [ResourceImporterTexture] instead.
2021-05-13 22:34:34 +02:00
</description>
<tutorials >
2023-07-13 02:25:33 +02:00
<link title= "Importing images" > $DOCS_URL/tutorials/assets_pipeline/importing_images.html</link>
2021-05-13 22:34:34 +02:00
</tutorials>
</class>