Browse Source

add engine arguments (#494)

Alexey Gulev 10 months ago
parent
commit
4817cfa25d

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

@@ -32,6 +32,15 @@ Lint Code on Build
 Path to custom keymap
 : 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
 

BIN
docs/en/manuals/images/editor/preferences_general.png


BIN
docs/ru/manuals/images/editor/preferences_general.png