Merge pull request #40473 from rcorre/gizmo-doc

Fix return type on EditorNode3DGizmoPlugin::get_priority.
This commit is contained in:
Rémi Verschelde 2020-10-01 14:28:38 +02:00 committed by GitHub
commit c646768ba2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -136,7 +136,7 @@
</description>
</method>
<method name="get_priority" qualifiers="virtual">
<return type="String">
<return type="int">
</return>
<description>
Override this method to set the gizmo's priority. Higher values correspond to higher priority. If a gizmo with higher priority conflicts with another gizmo, only the gizmo with higher priority will be used.