doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc

This commit is contained in:
Rémi Verschelde
2017-12-07 08:29:38 +01:00
parent 7d440d04aa
commit 624a2b08f3
33 changed files with 350 additions and 169 deletions

View File

@ -11,6 +11,12 @@
<demos>
</demos>
<methods>
<method name="get_code" qualifiers="const">
<return type="String">
</return>
<description>
</description>
</method>
<method name="get_default_texture_param" qualifiers="const">
<return type="Texture">
</return>
@ -33,6 +39,14 @@
<description>
</description>
</method>
<method name="set_code">
<return type="void">
</return>
<argument index="0" name="code" type="String">
</argument>
<description>
</description>
</method>
<method name="set_default_texture_param">
<return type="void">
</return>
@ -44,10 +58,6 @@
</description>
</method>
</methods>
<members>
<member name="code" type="String" setter="set_code" getter="get_code">
</member>
</members>
<constants>
<constant name="MODE_SPATIAL" value="0" enum="Mode">
</constant>