Class CommandLine
Command line options helper.
Inheritance
CommandLine
Assembly: FlaxEngine.dll
File: Engine/Engine/CommandLine.h
Syntax
public class CommandLine
Fields
Options
The input options.
Declaration
public static OptionsData Options
Field Value
OptionsData
|
Methods
Parse(const Char* cmdLine)
Parses the input command line.
Declaration
public static bool Parse(const Char* cmdLine)
Parameters
Char
cmdLine
The command line. |
Returns
bool
True if failed, otherwise false. |