summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-03-20 21:43:57 +0100
committerGitHub <noreply@github.com>2021-03-20 21:43:57 +0100
commit793000c6a90211a32b478fb550d82221e2817da0 (patch)
treeac791156e0bb38c3e469df0f13c922656aba5c33 /doc/classes
parente48f0ee497b65398098151b2bd51fdc4c92de134 (diff)
parent7bbd5454329e483c67f51dba960213da930bda1d (diff)
Merge pull request #47139 from nekomatata/concave-backface-collision
Disable backface collision with ConcavePolygonShape by default
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/ConcavePolygonShape3D.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/classes/ConcavePolygonShape3D.xml b/doc/classes/ConcavePolygonShape3D.xml
index 3e83202472..a9687abedc 100644
--- a/doc/classes/ConcavePolygonShape3D.xml
+++ b/doc/classes/ConcavePolygonShape3D.xml
@@ -28,6 +28,11 @@
</description>
</method>
</methods>
+ <members>
+ <member name="backface_collision" type="bool" setter="set_backface_collision_enabled" getter="is_backface_collision_enabled" default="false">
+ If set to [code]true[/code], collisions occur on both sides of the concave shape faces. Otherwise they occur only along the face normals.
+ </member>
+ </members>
<constants>
</constants>
</class>