Fill in descriptions for import options in the class reference

This commit is contained in:
Hugo Locurcio
2023-07-13 02:25:33 +02:00
committed by Yuri Sizov
parent 60f3b7967c
commit bc58a8a34e
16 changed files with 272 additions and 7 deletions
+3
View File
@@ -1,9 +1,12 @@
<?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 a 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>