ReadParameter(string)
A utility function to read command line arguments passed to the current process.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor.MPE
- Assembly: UnityEditor.CoreModule
public static string ReadParameter(string paramName)
Parameters
Specific name of a command line parameter.
Returns
Type | Description |
|---|---|
| string | The parameter value. If empty, the parameter wasn't used on the command line. |