mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Merge pull request #110448 from CookieBadger/embed-subwindows-doc
Fix documentation for `embed_subwindows` project setting
This commit is contained in:
commit
31f0eda63b
1 changed files with 1 additions and 1 deletions
|
@ -1052,7 +1052,7 @@
|
||||||
<member name="display/window/subwindows/embed_subwindows" type="bool" setter="" getter="" default="true">
|
<member name="display/window/subwindows/embed_subwindows" type="bool" setter="" getter="" default="true">
|
||||||
If [code]true[/code], subwindows are embedded in the main window (this is also called single-window mode). Single-window mode can be faster as it does not need to create a separate window for every popup and tooltip, which can be a slow operation depending on the operating system and rendering method in use.
|
If [code]true[/code], subwindows are embedded in the main window (this is also called single-window mode). Single-window mode can be faster as it does not need to create a separate window for every popup and tooltip, which can be a slow operation depending on the operating system and rendering method in use.
|
||||||
If [code]false[/code], subwindows are created as separate windows (this is also called multi-window mode). This allows them to be moved outside the main window and use native operating system window decorations.
|
If [code]false[/code], subwindows are created as separate windows (this is also called multi-window mode). This allows them to be moved outside the main window and use native operating system window decorations.
|
||||||
This is equivalent to [member EditorSettings.interface/editor/single_window_mode] in the editor, except the setting's value is inverted.
|
This is equivalent to [member EditorSettings.interface/editor/single_window_mode] in the editor.
|
||||||
</member>
|
</member>
|
||||||
<member name="display/window/vsync/vsync_mode" type="int" setter="" getter="" default="1">
|
<member name="display/window/vsync/vsync_mode" type="int" setter="" getter="" default="1">
|
||||||
Sets the V-Sync mode for the main game window. The editor's own V-Sync mode can be set using [member EditorSettings.interface/editor/vsync_mode].
|
Sets the V-Sync mode for the main game window. The editor's own V-Sync mode can be set using [member EditorSettings.interface/editor/vsync_mode].
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue