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

@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="Texture" inherits="Resource" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
Base class for all texture types.
</brief_description>
<description>
[Texture] is the base class for all texture types. Common texture types are [Texture2D] and [ImageTexture]. See also [Image].
</description>
<tutorials>
</tutorials>