|
@@ -616,6 +616,7 @@
|
|
</member>
|
|
</member>
|
|
<member name="interface/editor/single_window_mode" type="bool" setter="" getter="">
|
|
<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.
|
|
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.
|
|
|
|
+ [b]Note:[/b] To query whether the editor can use multiple windows in an editor plugin, use [method EditorInterface.is_multi_window_enabled] instead of querying the value of this editor setting.
|
|
</member>
|
|
</member>
|
|
<member name="interface/editor/ui_layout_direction" type="int" setter="" getter="">
|
|
<member name="interface/editor/ui_layout_direction" type="int" setter="" getter="">
|
|
Editor UI default layout direction.
|
|
Editor UI default layout direction.
|
|
@@ -637,8 +638,9 @@
|
|
If [code]true[/code], display OpenType features marked as [code]hidden[/code] by the font file in the [Font] editor.
|
|
If [code]true[/code], display OpenType features marked as [code]hidden[/code] by the font file in the [Font] editor.
|
|
</member>
|
|
</member>
|
|
<member name="interface/multi_window/enable" type="bool" setter="" getter="">
|
|
<member name="interface/multi_window/enable" type="bool" setter="" getter="">
|
|
- If [code]true[/code], the multi window support in editor is enabled. The following panels can become dedicated windows (made floating): Docks, Script editor, and Shader editor.
|
|
|
|
|
|
+ If [code]true[/code], multiple window support in editor is enabled. The following panels can become dedicated windows (i.e. made floating): Docks, Script editor, and Shader editor.
|
|
[b]Note:[/b] When [member interface/editor/single_window_mode] is [code]true[/code], the multi window support is always disabled.
|
|
[b]Note:[/b] When [member interface/editor/single_window_mode] is [code]true[/code], the multi window support is always disabled.
|
|
|
|
+ [b]Note:[/b] To query whether the editor can use multiple windows in an editor plugin, use [method EditorInterface.is_multi_window_enabled] instead of querying the value of this editor setting.
|
|
</member>
|
|
</member>
|
|
<member name="interface/multi_window/maximize_window" type="bool" setter="" getter="">
|
|
<member name="interface/multi_window/maximize_window" type="bool" setter="" getter="">
|
|
If [code]true[/code], when panels are made floating they will be maximized.
|
|
If [code]true[/code], when panels are made floating they will be maximized.
|