diff options
author | Micky <micheledevita2@gmail.com> | 2024-01-10 16:52:47 +0100 |
---|---|---|
committer | Micky <micheledevita2@gmail.com> | 2024-01-10 16:52:47 +0100 |
commit | 8be1baf7322dd1b05f02e1a2e09087df05ff9d0c (patch) | |
tree | 07925bb5ce4667a8e18c6ded19dd34874c8d7acf /platform | |
parent | 352434668923978f54f2236f20116fc96ebc9173 (diff) | |
download | redot-engine-8be1baf7322dd1b05f02e1a2e09087df05ff9d0c.tar.gz |
Add miscellaneous documentation to some classes
Diffstat (limited to 'platform')
-rw-r--r-- | platform/android/doc_classes/EditorExportPlatformAndroid.xml | 1 | ||||
-rw-r--r-- | platform/windows/doc_classes/EditorExportPlatformWindows.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/platform/android/doc_classes/EditorExportPlatformAndroid.xml b/platform/android/doc_classes/EditorExportPlatformAndroid.xml index dae968378b..9a62a5bd12 100644 --- a/platform/android/doc_classes/EditorExportPlatformAndroid.xml +++ b/platform/android/doc_classes/EditorExportPlatformAndroid.xml @@ -590,6 +590,7 @@ Application version visible to the user. Falls back to [member ProjectSettings.application/config/version] if left empty. </member> <member name="xr_features/xr_mode" type="int" setter="" getter=""> + The extended reality (XR) mode for this application. </member> </members> </class> diff --git a/platform/windows/doc_classes/EditorExportPlatformWindows.xml b/platform/windows/doc_classes/EditorExportPlatformWindows.xml index 2a286de100..7ad419e077 100644 --- a/platform/windows/doc_classes/EditorExportPlatformWindows.xml +++ b/platform/windows/doc_classes/EditorExportPlatformWindows.xml @@ -4,6 +4,7 @@ Exporter for Windows. </brief_description> <description> + The Windows exporter customizes how a Windows build is handled. In the editor's "Export" window, it is created when adding a new "Windows" preset. </description> <tutorials> <link title="Exporting for Windows">$DOCS_URL/tutorials/export/exporting_for_windows.html</link> |