diff options
author | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-05-30 19:04:38 -0700 |
---|---|---|
committer | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-06-07 18:32:52 -0700 |
commit | b2cd6a8a953e5fa3d96d31850bce00969ae0fa03 (patch) | |
tree | 836aaff61404dec34db9124ed1108899cea5552a /doc/classes/EditorSettings.xml | |
parent | 72b59325cf7beba7e6e9170cf6023a079fd58672 (diff) | |
download | redot-engine-b2cd6a8a953e5fa3d96d31850bce00969ae0fa03.tar.gz |
Add setting to control the window used to run the project for the Android editor
The follow options were added to the (new) `run/window_placement/android_window` editor setting:
- `Same as Editor`: run the project in the same window as the editor
- `Side-by-side with Editor`: run the project in an adjacent window to the editor
- `Auto`: choose how to run the project based on the device screen size
Diffstat (limited to 'doc/classes/EditorSettings.xml')
-rw-r--r-- | doc/classes/EditorSettings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml index c66f43d51c..59a74b5cd1 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -697,6 +697,10 @@ <member name="run/output/font_size" type="int" setter="" getter=""> The size of the font in the [b]Output[/b] panel at the bottom of the editor. This setting does not impact the font size of the script editor (see [member interface/editor/code_font_size]). </member> + <member name="run/window_placement/android_window" type="int" setter="" getter=""> + The Android window to display the project on when starting the project from the editor. + [b]Note:[/b] Only available in the Android editor. + </member> <member name="run/window_placement/rect" type="int" setter="" getter=""> The window mode to use to display the project when starting the project from the editor. </member> |