Merge remote-tracking branch 'origin/master' into 1.10
This commit is contained in:
@@ -154,6 +154,7 @@ bool CommandLine::Parse(const Char* cmdLine)
|
||||
PARSE_ARG_SWITCH("-build ", Build);
|
||||
PARSE_BOOL_SWITCH("-skipcompile ", SkipCompile);
|
||||
PARSE_BOOL_SWITCH("-shaderdebug ", ShaderDebug);
|
||||
PARSE_BOOL_SWITCH("-exit ", Exit);
|
||||
PARSE_ARG_OPT_SWITCH("-play ", Play);
|
||||
#endif
|
||||
#if USE_EDITOR || !BUILD_RELEASE
|
||||
|
||||
@@ -168,6 +168,11 @@ public:
|
||||
/// </summary>
|
||||
Nullable<bool> ShaderDebug;
|
||||
|
||||
/// <summary>
|
||||
/// -exit (exits the editor after startup and performing all queued actions). Usefull when invoking editor from CL/CD.
|
||||
/// </summary>
|
||||
Nullable<bool> Exit;
|
||||
|
||||
/// <summary>
|
||||
/// -play !guid! ( Scene to play, can be empty to use default )
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user