浏览代码

add engine arguments (#494)

Alexey Gulev 10 月之前
父节点
当前提交
4817cfa25d

+ 9 - 0
docs/en/manuals/editor-preferences.md

@@ -32,6 +32,15 @@ Lint Code on Build
 Path to custom keymap
 Path to custom keymap
 : Absolute path to a file containing [custom keyboard shortcuts](/manuals/editor-keyboard-shortcuts).
 : Absolute path to a file containing [custom keyboard shortcuts](/manuals/editor-keyboard-shortcuts).
 
 
+Engine Arguments
+: Arguments that will be passed to the dmengine executables when the editor builds and runs.
+ Use one argument per line. For example:
+ ```
+--config=bootstrap.main_collection=/my dir/1.collectionc
+--verbose
+--graphics-adapter=vulkan
+```
+
 
 
 ## Code
 ## Code
 
 

二进制
docs/en/manuals/images/editor/preferences_general.png


二进制
docs/ru/manuals/images/editor/preferences_general.png