소스 검색

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>