From 376db5c6e7b456858969a8a58f40c64e074847f0 Mon Sep 17 00:00:00 2001 From: Giganzo <158825920+Giganzo@users.noreply.github.com> Date: Fri, 7 Feb 2025 03:59:20 +0100 Subject: [PATCH] Add info about set_deferred for setting CollisionShape3D disabled property --- doc/classes/CollisionShape3D.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/CollisionShape3D.xml b/doc/classes/CollisionShape3D.xml index b64a34209c3f..27f00be9c55c 100644 --- a/doc/classes/CollisionShape3D.xml +++ b/doc/classes/CollisionShape3D.xml @@ -37,7 +37,7 @@ If [code]true[/code], when the shape is displayed, it will show a solid fill color in addition to its wireframe. - A disabled collision shape has no effect in the world. + A disabled collision shape has no effect in the world. This property should be changed with [method Object.set_deferred]. The actual shape owned by this collision shape.