[Editor] Add missing virtual bind to EditorNode3DGizmo(Plugin)
Method `_begin_handle_action` was not bound
This commit is contained in:
parent
89cc635c05
commit
c794ce195b
3 changed files with 17 additions and 0 deletions
|
|
@ -9,6 +9,13 @@
|
|||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="_begin_handle_action" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<param index="0" name="id" type="int" />
|
||||
<param index="1" name="secondary" type="bool" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_commit_handle" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<param index="0" name="id" type="int" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue