2021-05-13 20:34:34 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
2023-07-12 15:30:34 +00:00
<class name= "ResourceImporterImage" inherits= "ResourceImporter" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
2021-05-13 20:34:34 +00:00
<brief_description >
2023-07-13 00:25:33 +00:00
Imports a image for use in scripting, with no rendering capabilities.
2021-05-13 20:34:34 +00:00
</brief_description>
<description >
2023-07-13 00:25:33 +00: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 20:34:34 +00:00
</description>
<tutorials >
2023-07-13 00:25:33 +00:00
<link title= "Importing images" > $DOCS_URL/tutorials/assets_pipeline/importing_images.html</link>
2021-05-13 20:34:34 +00:00
</tutorials>
</class>