Update CollisionShape2D doc

This commit is contained in:
skyace65 2020-08-19 22:16:58 -04:00
parent eb9cbdc369
commit fe8d998858
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
</methods> </methods>
<members> <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">
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>
<member name="one_way_collision" type="bool" setter="set_one_way_collision" getter="is_one_way_collision_enabled" default="false"> <member name="one_way_collision" type="bool" setter="set_one_way_collision" getter="is_one_way_collision_enabled" default="false">
Sets whether this collision shape should only detect collision on one side (top or bottom). Sets whether this collision shape should only detect collision on one side (top or bottom).