Document known issues with CylinderShape3D
This commit is contained in:
parent
a8c805be29
commit
e7d72eedc6
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue