summaryrefslogtreecommitdiffstats
path: root/doc/classes/CollisionShape3D.xml
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2024-02-21 18:51:08 +0100
committerHugo Locurcio <hugo.locurcio@hugo.pro>2024-02-22 16:16:49 +0100
commitf781571d070b7d8d13936a383658af289f310ae7 (patch)
tree9e7d656a3c74a185871cbbbc866e1a2641f7edf5 /doc/classes/CollisionShape3D.xml
parent652438a3952ae13e12dd4fd40756311fde81a791 (diff)
downloadredot-engine-f781571d070b7d8d13936a383658af289f310ae7.tar.gz
Add keywords to improve search in the class reference
Diffstat (limited to 'doc/classes/CollisionShape3D.xml')
-rw-r--r--doc/classes/CollisionShape3D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/CollisionShape3D.xml b/doc/classes/CollisionShape3D.xml
index 0dcfa75e5b..f6c0c323f4 100644
--- a/doc/classes/CollisionShape3D.xml
+++ b/doc/classes/CollisionShape3D.xml
@@ -29,7 +29,7 @@
</method>
</methods>
<members>
- <member name="disabled" type="bool" setter="set_disabled" getter="is_disabled" default="false">
+ <member name="disabled" type="bool" setter="set_disabled" getter="is_disabled" default="false" keywords="enabled">
A disabled collision shape has no effect in the world.
</member>
<member name="shape" type="Shape3D" setter="set_shape" getter="get_shape">