mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-21 08:26:19 +00:00
doc: Remove setters and getters now exposed via properties/members
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user