mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Remove old Godot version references to simplify documentation
This follows the documentation writing guidelines, specifically the "When to refer to a specific Godot version" section. This also removes warning blocks for a known issue that was resolved in Godot 4.5.
This commit is contained in:
@@ -11,8 +11,8 @@ As explained in the :ref:`doc_debugger_panel` documentation, Godot features a
|
||||
graphs showing their evolution over time. The data for those graphs is sourced
|
||||
from the engine's :ref:`class_Performance` singleton.
|
||||
|
||||
Since Godot 4.0, you can declare custom values to be displayed in the Monitors
|
||||
tab. Example use cases for custom performance monitors include:
|
||||
Godot lets you declare custom values to be displayed in the Monitors tab.
|
||||
Example use cases for custom performance monitors include:
|
||||
|
||||
- Displaying performance metrics that are specific to your project. For
|
||||
instance, in a voxel game, you could create a performance monitor to track the
|
||||
|
||||
Reference in New Issue
Block a user