Fix docs description for CapsuleMesh::mid_height

(cherry picked from commit dd3cc9b817)
This commit is contained in:
kleonc 2021-04-11 16:25:11 +02:00 committed by Rémi Verschelde
parent 5283c1fb1d
commit 00d087e47d
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -12,7 +12,8 @@
</methods>
<members>
<member name="mid_height" type="float" setter="set_mid_height" getter="get_mid_height" default="1.0">
Height of the capsule mesh from the center point.
Height of the middle cylindrical part of the capsule (without the hemispherical ends).
[b]Note:[/b] The capsule's total height is equal to [member mid_height] + 2 * [member radius].
</member>
<member name="radial_segments" type="int" setter="set_radial_segments" getter="get_radial_segments" default="64">
Number of radial segments on the capsule mesh.