diff options
Diffstat (limited to 'doc/classes/CubeMap.xml')
| -rw-r--r-- | doc/classes/CubeMap.xml | 28 |
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"> |
