2018-08-21 00:35:30 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2021-04-26 13:14:51 +02:00
<class name= "Texture3D" inherits= "TextureLayered" version= "3.4" >
2018-08-21 00:35:30 +02:00
<brief_description >
2020-01-14 22:27:14 +01:00
Texture with 3 dimensions.
2018-08-21 00:35:30 +02:00
</brief_description>
<description >
2020-01-14 22:27:14 +01:00
Texture3D is a 3-dimensional texture that has a width, height, and depth.
2018-08-21 00:35:30 +02:00
</description>
<tutorials >
</tutorials>
<methods >
2021-08-08 19:55:31 +02:00
<method name= "create" >
<return type= "void" />
<argument index= "0" name= "width" type= "int" />
<argument index= "1" name= "height" type= "int" />
<argument index= "2" name= "depth" type= "int" />
<argument index= "3" name= "format" type= "int" enum= "Image.Format" />
<argument index= "4" name= "flags" type= "int" default= "4" />
<description >
Creates the Texture3D with specified [code]width[/code], [code]height[/code], and [code]depth[/code]. See [enum Image.Format] for [code]format[/code] options. See [enum TextureLayered.Flags] enumerator for [code]flags[/code] options.
</description>
</method>
2018-08-21 00:35:30 +02:00
</methods>
2019-09-03 12:44:58 +02:00
<members >
2019-09-24 13:34:03 +02:00
<member name= "data" type= "Dictionary" setter= "_set_data" getter= "_get_data" override= "true" default= "{"depth": 0,"flags": 4,"format": 37,"height": 0,"layers": [ ],"width": 0}" />
2021-08-08 19:55:31 +02:00
<member name= "flags" type= "int" setter= "set_flags" getter= "get_flags" override= "true" default= "4" />
2019-09-03 12:44:58 +02:00
</members>
2018-08-21 00:35:30 +02:00
<constants >
</constants>
</class>