浏览代码

add a precision about the intended use of the ConcavePolygonShape

Pierre Caye 5 年之前
父节点
当前提交
222a934e60
共有 1 个文件被更改,包括 1 次插入0 次删除
  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>