Merge pull request #40473 from rcorre/gizmo-doc
Fix return type on EditorNode3DGizmoPlugin::get_priority.
This commit is contained in:
commit
c646768ba2
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue