Sfoglia il codice sorgente

Document known issues with CylinderShape

Hugo Locurcio 3 anni fa
parent
commit
14391ef344
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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>