Skip to content

Commit

Permalink
Overhaul Node3D documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickeon committed Jun 30, 2024
1 parent 4ab8fb8 commit 650faa8
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 82 deletions.
2 changes: 1 addition & 1 deletion doc/classes/EditorNode3DGizmoPlugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
Loading

0 comments on commit 650faa8

Please sign in to comment.