浏览代码

Document known issues with CylinderShape

(cherry picked from commit 14391ef344a80381deb2e71a7817507893efba15)
Hugo Locurcio 2 年之前
父节点
当前提交
d7ae42dc8d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/classes/CylinderShape.xml

+ 1 - 0
doc/classes/CylinderShape.xml

@@ -5,6 +5,7 @@
 	</brief_description>
 	<description>
 		Cylinder shape for collisions.
+		[b]Note:[/b] When using GodotPhysics instead of the default Bullet physics engine, there are several known bugs with cylinder collision shapes. Using [CapsuleShape] or [BoxShape] instead is recommended.
 	</description>
 	<tutorials>
 		<link title="Third Person Shooter Demo">https://godotengine.org/asset-library/asset/678</link>