diff options
author | Kelly Thomas <kelly.thomas@hotmail.com.au> | 2018-10-07 21:52:07 +0800 |
---|---|---|
committer | Kelly Thomas <kelly.thomas@hotmail.com.au> | 2018-10-07 21:57:26 +0800 |
commit | b150ceb62cfd91f11b62f823f3dd5517a640cbc3 (patch) | |
tree | bd513756a7b58e864966141b6adae6c1480bc442 /modules/opensimplex | |
parent | 215db9ff71c2c2fb3fe670fb8ea9109fca5b5a6a (diff) |
Update class documentation xml
Diffstat (limited to 'modules/opensimplex')
-rw-r--r-- | modules/opensimplex/doc_classes/NoiseTexture.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/modules/opensimplex/doc_classes/NoiseTexture.xml b/modules/opensimplex/doc_classes/NoiseTexture.xml index 9642865c43..d88abb3180 100644 --- a/modules/opensimplex/doc_classes/NoiseTexture.xml +++ b/modules/opensimplex/doc_classes/NoiseTexture.xml @@ -12,24 +12,6 @@ <demos> </demos> <methods> - <method name="set_height"> - <return type="void"> - </return> - <argument index="0" name="height" type="int"> - </argument> - <description> - Set texture height. - </description> - </method> - <method name="set_width"> - <return type="void"> - </return> - <argument index="0" name="width" type="int"> - </argument> - <description> - Set texture width. - </description> - </method> </methods> <members> <member name="as_normalmap" type="bool" setter="set_as_normalmap" getter="is_normalmap"> |