2020-09-11 12:22:10 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2023-03-01 01:44:37 +01:00
<class name= "CompressedTextureLayered" inherits= "TextureLayered" version= "4.1" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
2020-09-11 12:22:10 +02:00
<brief_description >
2022-10-24 23:19:32 +02:00
Base class for texture arrays that can optionally be compressed.
2020-09-11 12:22:10 +02:00
</brief_description>
<description >
2023-03-22 22:06:55 +01:00
Base class for [CompressedTexture2DArray] and [CompressedTexture3D]. Cannot be used directly, but contains all the functions necessary for accessing the derived resource types. See also [TextureLayered].
2020-09-11 12:22:10 +02:00
</description>
<tutorials >
</tutorials>
<methods >
<method name= "load" >
2021-07-30 15:28:05 +02:00
<return type= "int" enum= "Error" />
2022-08-06 20:11:48 +02:00
<param index= "0" name= "path" type= "String" />
2020-09-11 12:22:10 +02:00
<description >
2022-10-24 23:19:32 +02:00
Loads the texture at [param path].
2020-09-11 12:22:10 +02:00
</description>
</method>
</methods>
<members >
<member name= "load_path" type= "String" setter= "load" getter= "get_load_path" default= """" >
2022-10-24 23:19:32 +02:00
The path the texture should be loaded from.
2020-09-11 12:22:10 +02:00
</member>
</members>
</class>