Search Results for

    Show / Hide Table of Contents

    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat