Document Texture, CompressedTexture and Placeholder classes

This commit is contained in:
Hugo Locurcio
2022-10-24 23:19:32 +02:00
parent 340fb33e54
commit 17e75c830f
24 changed files with 155 additions and 21 deletions

View File

@@ -118,7 +118,7 @@
<param index="2" name="use_mipmaps" type="bool" />
<param index="3" name="format" type="int" enum="Image.Format" />
<description>
Creates an empty image of given size and format. See [enum Format] constants. If [param use_mipmaps] is [code]true[/code] then generate mipmaps for this image. See the [method generate_mipmaps].
Creates an empty image of given size and format. See [enum Format] constants. If [param use_mipmaps] is [code]true[/code], then generate mipmaps for this image. See the [method generate_mipmaps].
</description>
</method>
<method name="create_from_data" qualifiers="static">