godot/doc/classes/TextureArray.xml
2020-01-31 17:15:41 -08:00

16 lines
508 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="TextureArray" inherits="TextureLayered" version="4.0">
<brief_description>
Array of textures stored in a single primitive.
</brief_description>
<description>
[TextureArray]s store an array of images in a single [Texture] primitive. Each layer of the texture array has its own mipmap chain. This makes it is a good alternative to texture atlases.
</description>
<tutorials>
</tutorials>
<methods>
</methods>
<constants>
</constants>
</class>