Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ProcessService.ReadParameter

Declaration

public static string ReadParameter(string paramName);

Parameters

paramName Specific name of a command line parameter.

Returns

string The parameter value. If empty, the parameter wasn't used on the command line.

Description

A utility function to read command line arguments passed to the current process.