diff options
author | Eoin O'Neill <eoinoneill1991@gmail.com> | 2019-11-30 21:47:16 -0800 |
---|---|---|
committer | Eoin O'Neill <eoinoneill1991@gmail.com> | 2019-12-04 16:00:18 -0800 |
commit | f7f7544997128ed1b01398adf84225fdcfb3e3db (patch) | |
tree | 0c3c8811b6f05ba8f2564900fc58f7b7d65bed58 /doc/classes | |
parent | 6f38aeef5255d1fdeb99d727a0f67b9be6ccdf36 (diff) |
Added method binding for `multimesh_create` that was missing from VisualServer class.
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/VisualServer.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/classes/VisualServer.xml b/doc/classes/VisualServer.xml index 895aba2473..537348683f 100644 --- a/doc/classes/VisualServer.xml +++ b/doc/classes/VisualServer.xml @@ -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> |