GetParameter(string)
Get the value of a named parameter. The parameter must have previously been registered with the RegisterParameter method.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: Unity.ProjectAuditor.Editor
- Assembly: UnityEditor
public int GetParameter(string paramName)
Parameters
Parameter name to look up.
Returns
Type | Description |
|---|---|
| int | The parameter value for the currently-set analysis platform. |