You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
[Editor] Add missing virtual bind to EditorNode3DGizmo(Plugin)
Method `_begin_handle_action` was not bound
This commit is contained in:
@@ -11,6 +11,14 @@
|
||||
<link title="Node3D gizmo plugins">$DOCS_URL/tutorials/plugins/editor/3d_gizmos.html</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="_begin_handle_action" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<param index="0" name="gizmo" type="EditorNode3DGizmo" />
|
||||
<param index="1" name="handle_id" type="int" />
|
||||
<param index="2" name="secondary" type="bool" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_can_be_hidden" qualifiers="virtual const">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
|
||||
Reference in New Issue
Block a user