浏览代码

Merge pull request #67648 from Calinou/doc-cylindershape3d-bugs

Document known issues with CylinderShape3D
Max Hilbrunner 2 年之前
父节点
当前提交
05e68196c3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/classes/CylinderShape3D.xml

+ 1 - 0
doc/classes/CylinderShape3D.xml

@@ -5,6 +5,7 @@
 	</brief_description>
 	<description>
 		Cylinder shape for collisions. Like [CapsuleShape3D], but without hemispheres at the cylinder's ends.
+		[b]Note:[/b] There are several known bugs with cylinder collision shapes. Using [CapsuleShape3D] or [BoxShape3D] instead is recommended.
 		[b]Performance:[/b] Being a primitive collision shape, [CylinderShape3D] is fast to check collisions against (though not as fast as [SphereShape3D]). [CylinderShape3D] is also more demanding compared to [CapsuleShape3D].
 	</description>
 	<tutorials>