1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Fix miscellaneous oddities around the class reference (part 7)

This commit is contained in:
Micky
2025-11-27 22:40:32 +01:00
parent 3a97723ff2
commit 4dec66859e
38 changed files with 93 additions and 94 deletions

View File

@@ -14,8 +14,7 @@
A [Curve3D] describing the path.
</member>
<member name="debug_custom_color" type="Color" setter="set_debug_custom_color" getter="get_debug_custom_color" default="Color(0, 0, 0, 1)">
The custom color to use to draw the shape in the editor.
If set to [code]Color(0.0, 0.0, 0.0)[/code] (by default), the color set in EditorSettings is used.
The custom color used to draw the path in the editor. If set to [constant Color.BLACK] (as by default), the color set in [member ProjectSettings.debug/shapes/paths/geometry_color] is used.
</member>
</members>
<signals>