diff options
author | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2021-12-03 08:34:08 +0000 |
---|---|---|
committer | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2021-12-03 08:52:07 +0000 |
commit | 6e6d689ed69cbec4402f3962b3945f3b47221303 (patch) | |
tree | 49c97079a5483f7574580e7e7548641560515884 /doc/classes | |
parent | 1f666a972fdabb5941bfd62f1f9e07489ba7b474 (diff) |
Allow any kind of Mesh to be added to an EditorNode3DGizmo
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/EditorNode3DGizmo.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorNode3DGizmo.xml b/doc/classes/EditorNode3DGizmo.xml index c804bb70e0..60c329935a 100644 --- a/doc/classes/EditorNode3DGizmo.xml +++ b/doc/classes/EditorNode3DGizmo.xml @@ -135,7 +135,7 @@ </method> <method name="add_mesh"> <return type="void" /> - <argument index="0" name="mesh" type="ArrayMesh" /> + <argument index="0" name="mesh" type="Mesh" /> <argument index="1" name="material" type="Material" default="null" /> <argument index="2" name="transform" type="Transform3D" default="Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)" /> <argument index="3" name="skeleton" type="SkinReference" default="null" /> |