summaryrefslogtreecommitdiffstats
path: root/doc/classes/EditorSettings.xml
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-12-19 13:01:35 +0100
committerYuri Sizov <yuris@humnom.net>2023-12-19 13:01:35 +0100
commit02d4579fa209339d801353022cfed55033035eb3 (patch)
tree95daa2fcd71813d17c77a6cf87d35cd04e62207d /doc/classes/EditorSettings.xml
parent1ecba5d34178f33b3353356cb0567e5b48d5c7de (diff)
parent932174fedfaaab8804d0ea5c522cefe5626a77dc (diff)
downloadredot-engine-02d4579fa209339d801353022cfed55033035eb3.tar.gz
Merge pull request #85000 from bruvzg/ed_ui_direction
[Editor] Add option to override editor UI layout direction.
Diffstat (limited to 'doc/classes/EditorSettings.xml')
-rw-r--r--doc/classes/EditorSettings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml
index ec051c0545..98b4920953 100644
--- a/doc/classes/EditorSettings.xml
+++ b/doc/classes/EditorSettings.xml
@@ -599,6 +599,9 @@
<member name="interface/editor/single_window_mode" type="bool" setter="" getter="">
If [code]true[/code], embed modal windows such as docks inside the main editor window. When single-window mode is enabled, tooltips will also be embedded inside the main editor window, which means they can't be displayed outside of the editor window.
</member>
+ <member name="interface/editor/ui_layout_direction" type="int" setter="" getter="">
+ Editor UI default layout direction.
+ </member>
<member name="interface/editor/unfocused_low_processor_mode_sleep_usec" type="float" setter="" getter="">
When the editor window is unfocused, the amount of sleeping between frames when the low-processor usage mode is enabled (in microseconds). Higher values will result in lower CPU/GPU usage, which can improve battery life on laptops (in addition to improving the running project's performance if the editor has to redraw continuously). However, higher values will result in a less responsive editor. The default value is set to limit the editor to 20 FPS when the editor window is unfocused. See also [member interface/editor/low_processor_mode_sleep_usec].
</member>