Some checks failed
🔗 GHA / 📊 Static checks (push) Has been cancelled
🔗 GHA / 🤖 Android (push) Has been cancelled
🔗 GHA / 🍏 iOS (push) Has been cancelled
🔗 GHA / 🐧 Linux (push) Has been cancelled
🔗 GHA / 🍎 macOS (push) Has been cancelled
🔗 GHA / 🏁 Windows (push) Has been cancelled
🔗 GHA / 🌐 Web (push) Has been cancelled
13 lines
649 B
XML
13 lines
649 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="ResourceImporterImage" inherits="ResourceImporter" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
|
<brief_description>
|
|
Imports an image for use in scripting, with no rendering capabilities.
|
|
</brief_description>
|
|
<description>
|
|
This importer imports [Image] resources, as opposed to [CompressedTexture2D]. If you need to render the image in 2D or 3D, use [ResourceImporterTexture] instead.
|
|
</description>
|
|
<tutorials>
|
|
<link title="Importing images">$DOCS_URL/tutorials/assets_pipeline/importing_images.html</link>
|
|
</tutorials>
|
|
</class>
|