mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix more miscellaneous oddities around the class reference
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
<return type="EditorNode3DGizmo" />
|
||||
<param index="0" name="for_node_3d" type="Node3D" />
|
||||
<description>
|
||||
Override this method to return a custom [EditorNode3DGizmo] for the spatial nodes of your choice, return [code]null[/code] for the rest of nodes. See also [method _has_gizmo].
|
||||
Override this method to return a custom [EditorNode3DGizmo] for the 3D nodes of your choice, return [code]null[/code] for the rest of nodes. See also [method _has_gizmo].
|
||||
</description>
|
||||
</method>
|
||||
<method name="_get_gizmo_name" qualifiers="virtual const">
|
||||
|
||||
Reference in New Issue
Block a user