doc: Remove setters and getters now exposed via properties/members

This commit is contained in:
Rémi Verschelde 2017-11-24 18:10:32 +01:00
parent 31f62f53c5
commit 92f07fefcd
251 changed files with 0 additions and 17248 deletions

View file

@ -11,22 +11,6 @@
<demos>
</demos>
<methods>
<method name="get_multimesh" qualifiers="const">
<return type="MultiMesh">
</return>
<description>
Return the [MultiMesh] that is used for instancing.
</description>
</method>
<method name="set_multimesh">
<return type="void">
</return>
<argument index="0" name="multimesh" type="MultiMesh">
</argument>
<description>
Set the [MultiMesh] to be instanced.
</description>
</method>
</methods>
<members>
<member name="multimesh" type="MultiMesh" setter="set_multimesh" getter="get_multimesh">