aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/CubeMap.xml
diff options
context:
space:
mode:
authorRémi Verschelde2017-11-24 18:10:32 +0100
committerRémi Verschelde2017-11-24 18:10:32 +0100
commit92f07fefcd334686e81f56555d83530ae6741c2b (patch)
tree8fa1e89cfc407ed7ad9913e27845a72a7eb46598 /doc/classes/CubeMap.xml
parent31f62f53c516360dcf8688141a5f8a0aebada431 (diff)
downloadgodot-92f07fefcd334686e81f56555d83530ae6741c2b.tar.gz
godot-92f07fefcd334686e81f56555d83530ae6741c2b.tar.zst
godot-92f07fefcd334686e81f56555d83530ae6741c2b.zip
doc: Remove setters and getters now exposed via properties/members
Diffstat (limited to 'doc/classes/CubeMap.xml')
-rw-r--r--doc/classes/CubeMap.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/classes/CubeMap.xml b/doc/classes/CubeMap.xml
index 7167e5683..7cc28de9f 100644
--- a/doc/classes/CubeMap.xml
+++ b/doc/classes/CubeMap.xml
@@ -24,12 +24,6 @@
Returns the CubeMap's height.
</description>
</method>
- <method name="get_lossy_storage_quality" qualifiers="const">
- <return type="float">
- </return>
- <description>
- </description>
- </method>
<method name="get_side" qualifiers="const">
<return type="Image">
</return>
@@ -39,12 +33,6 @@
Returns an [Image] for a side of the CubeMap using one of the [code]SIDE_*[/code] constants or an integer 0-5.
</description>
</method>
- <method name="get_storage" qualifiers="const">
- <return type="int" enum="CubeMap.Storage">
- </return>
- <description>
- </description>
- </method>
<method name="get_width" qualifiers="const">
<return type="int">
</return>
@@ -60,14 +48,6 @@
<description>
</description>
</method>
- <method name="set_lossy_storage_quality">
- <return type="void">
- </return>
- <argument index="0" name="quality" type="float">
- </argument>
- <description>
- </description>
- </method>
<method name="set_side">
<return type="void">
</return>
@@ -79,14 +59,6 @@
Sets an [Image] for a side of the CubeMap using one of the [code]SIDE_*[/code] constants or an integer 0-5.
</description>
</method>
- <method name="set_storage">
- <return type="void">
- </return>
- <argument index="0" name="mode" type="int" enum="CubeMap.Storage">
- </argument>
- <description>
- </description>
- </method>
</methods>
<members>
<member name="lossy_storage_quality" type="float" setter="set_lossy_storage_quality" getter="get_lossy_storage_quality">