diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-06-17 15:51:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-17 15:51:25 +0200 |
commit | 4463dd9d897db222679d3bfe9bdc8f7f7adce214 (patch) | |
tree | b83ba1517f948a870b187d3f30d31908cd65c068 /doc/classes/World3D.xml | |
parent | 78944fef820b7df87ca73d89169e68639ceef8e9 (diff) | |
parent | 27dabe1a6dd7aea077325df48fec543234c9c0ec (diff) |
Merge pull request #62132 from timothyqiu/doc-fixes
Diffstat (limited to 'doc/classes/World3D.xml')
-rw-r--r-- | doc/classes/World3D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/World3D.xml b/doc/classes/World3D.xml index c57029a180..56a662d062 100644 --- a/doc/classes/World3D.xml +++ b/doc/classes/World3D.xml @@ -19,7 +19,7 @@ The World3D's [Environment]. </member> <member name="fallback_environment" type="Environment" setter="set_fallback_environment" getter="get_fallback_environment"> - The World3D's fallback_environment will be used if the World3D's [Environment] fails or is missing. + The World3D's fallback environment will be used if [member environment] fails or is missing. </member> <member name="navigation_map" type="RID" setter="" getter="get_navigation_map"> The [RID] of this world's navigation map. Used by the [NavigationServer3D]. |