mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Added method binding for multimesh_create that was missing from VisualServer class.
This commit is contained in:
@@ -2604,6 +2604,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>
|
||||
|
||||
Reference in New Issue
Block a user