Merge pull request #34039 from Eoin-ONeill-Yokai/multimeshfix

Added Missing Binding for `multimesh_create` to VisualServer
This commit is contained in:
Rémi Verschelde
2019-12-05 06:49:43 +01:00
committed by GitHub
2 changed files with 9 additions and 0 deletions

View File

@@ -2606,6 +2606,14 @@
<description>
</description>
</method>
<method name="multimesh_create">
<return type="RID">
</return>
<description>
Creates a new multimesh on the VisualServer and returns an [RID] handle.
Once finished with your RID, you will want to free the RID using the VisualServer's [method free_rid] static method.
</description>
</method>
<method name="multimesh_get_aabb" qualifiers="const">
<return type="AABB">
</return>