diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-03-06 00:19:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-06 00:19:55 +0100 |
commit | d37e8586becf5e3abda5d3b13a06e4fd664364bc (patch) | |
tree | 5f5d3a84ea748a32d4c0837c533daf9a50c64dd4 /doc/classes/CompressedTexture3D.xml | |
parent | 9b4d4bbaea8d845b28c62d87f47fd8f823987d4b (diff) | |
parent | ccd4cdfd8b505feef9bdb66f9a9f7eb2813464e7 (diff) |
Merge pull request #58788 from reduz/rename-streamtexture
Rename StreamTexture* to CompressedTexture*
Diffstat (limited to 'doc/classes/CompressedTexture3D.xml')
-rw-r--r-- | doc/classes/CompressedTexture3D.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/classes/CompressedTexture3D.xml b/doc/classes/CompressedTexture3D.xml new file mode 100644 index 0000000000..de7a93d788 --- /dev/null +++ b/doc/classes/CompressedTexture3D.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<class name="CompressedTexture3D" inherits="Texture3D" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> + <brief_description> + </brief_description> + <description> + </description> + <tutorials> + </tutorials> + <methods> + <method name="load"> + <return type="int" enum="Error" /> + <argument index="0" name="path" type="String" /> + <description> + </description> + </method> + </methods> + <members> + <member name="load_path" type="String" setter="load" getter="get_load_path" default=""""> + </member> + </members> +</class> |