Skip to content

Commit

Permalink
Add info about set_deferred for setting CollisionShape3D disabled pro…
Browse files Browse the repository at this point in the history
…perty
  • Loading branch information
Giganzo committed Feb 7, 2025
1 parent f0f5319 commit 376db5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/CollisionShape3D.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</member>
<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.
A disabled collision shape has no effect in the world. This property should be changed with [method Object.set_deferred].
</member>
<member name="shape" type="Shape3D" setter="set_shape" getter="get_shape">
The actual shape owned by this collision shape.
Expand Down

0 comments on commit 376db5c

Please sign in to comment.