Browse Source

Merge pull request #36646 from pyacier/doc-concavepolygonshape

add a precision about the intended use of the ConcavePolygonShape
Rémi Verschelde 5 years ago
parent
commit
2eb8e3a40f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      doc/classes/ConcavePolygonShape.xml

+ 1 - 0
doc/classes/ConcavePolygonShape.xml

@@ -5,6 +5,7 @@
 	</brief_description>
 	<description>
 		Concave polygon shape resource, which can be set into a [PhysicsBody] or area. This shape is created by feeding a list of triangles.
+		Note: when used for collision, [ConcavePolygonShape] is intended to work with static [PhysicsBody] nodes like [StaticBody] and will not work with [KinematicBody] or [RigidBody] with a mode other than Static.
 	</description>
 	<tutorials>
 	</tutorials>