Merge pull request #11352 from Calinou/remove-old-version-references

Remove old Godot version references to simplify documentation
This commit is contained in:
Max Hilbrunner
2025-10-11 12:45:38 +02:00
committed by GitHub
24 changed files with 63 additions and 81 deletions

View File

@@ -59,8 +59,7 @@ This would be a basic setup:
For simple gizmos, inheriting :ref:`EditorNode3DGizmoPlugin <class_EditorNode3DGizmoPlugin>`
is enough. If you want to store some per-gizmo data or you are porting a Godot 3.0 gizmo
to 3.1+, you should go with the second approach.
is enough. If you want to store some per-gizmo data, you should go with the second approach.
Simple approach