mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
Fix outdated method name in code sample in 3D gizmo plugins (#9695)
Addresses "Unnamed Gizmo" error when following example code; now overriding `_get_gizmo_name` function, not `get_name`.
This commit is contained in:
@@ -34,7 +34,7 @@ This would be a basic setup:
|
||||
extends EditorNode3DGizmoPlugin
|
||||
|
||||
|
||||
func get_name():
|
||||
func _get_gizmo_name():
|
||||
return "CustomNode"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user