summaryrefslogtreecommitdiffstats
path: root/doc/classes/SphereMesh.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-04-22 11:59:16 +0200
committerGitHub <noreply@github.com>2019-04-22 11:59:16 +0200
commitab4705a80794a96ba2b6fd65298f2249e2b69e1d (patch)
treef0fda84fd345f179c7a5604379882d3420bca92e /doc/classes/SphereMesh.xml
parent2f73e2282c6476c87e834248624a9aa2fdbdf12c (diff)
parentb0846f60c96c809105d039ef314e10a8b23a699f (diff)
downloadredot-engine-ab4705a80794a96ba2b6fd65298f2249e2b69e1d.tar.gz
Merge pull request #28125 from KoBeWi/code_true_code
Consistently wrap booleans in [code]
Diffstat (limited to 'doc/classes/SphereMesh.xml')
-rw-r--r--doc/classes/SphereMesh.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/SphereMesh.xml b/doc/classes/SphereMesh.xml
index 01f6ee027e..0124d8a4b0 100644
--- a/doc/classes/SphereMesh.xml
+++ b/doc/classes/SphereMesh.xml
@@ -15,7 +15,7 @@
Full height of the sphere. Defaults to 2.0.
</member>
<member name="is_hemisphere" type="bool" setter="set_is_hemisphere" getter="get_is_hemisphere">
- Determines whether a full sphere or a hemisphere is created. Attention: To get a regular hemisphere the height and radius of the sphere have to equal. Defaults to false.
+ Determines whether a full sphere or a hemisphere is created. Attention: To get a regular hemisphere the height and radius of the sphere have to equal. Defaults to [code]false[/code].
</member>
<member name="radial_segments" type="int" setter="set_radial_segments" getter="get_radial_segments">
Number of radial segments on the sphere. Defaults to 64.