Merge pull request #47797 from kleonc/capsulemesh_docs_fix
Fix docs description for CapsuleMesh::mid_height
This commit is contained in:
commit
0e82b26a60
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue