From e12e239ab4a9bb764105e3a0cde284f788cd59b3 Mon Sep 17 00:00:00 2001
From: smix8 <52464204+smix8@users.noreply.github.com>
Date: Wed, 15 Jun 2022 23:24:06 +0200
Subject: Add Path2D/3D debug options
Add Path2D/3D debug options.
---
doc/classes/ProjectSettings.xml | 6 ++++++
doc/classes/SceneTree.xml | 3 +++
2 files changed, 9 insertions(+)
(limited to 'doc/classes')
diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml
index 25f0a997ba..2e46e61ccf 100644
--- a/doc/classes/ProjectSettings.xml
+++ b/doc/classes/ProjectSettings.xml
@@ -485,6 +485,12 @@
Color of the navigation geometry, visible when "Visible Navigation" is enabled in the Debug menu.
+
+ Color of the curve path geometry, visible when "Visible Paths" is enabled in the Debug menu.
+
+
+ Line width of the curve path geometry, visible when "Visible Paths" is enabled in the Debug menu.
+
Custom image for the mouse cursor (limited to 256×256).
diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml
index c6b80f171a..cf6ab977db 100644
--- a/doc/classes/SceneTree.xml
+++ b/doc/classes/SceneTree.xml
@@ -221,6 +221,9 @@
If [code]true[/code], navigation polygons will be visible when running the game from the editor for debugging purposes.
+
+ If [code]true[/code], curves from [Path2D] and [Path3D] nodes will be visible when running the game from the editor for debugging purposes.
+
The root of the edited scene.
--
cgit v1.2.3