GetDefault(string)
Get the default value for this parameter.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: Unity.ProjectAuditor.Editor
- Assembly: UnityEditor
public int GetDefault(string paramKey)
Parameters
Parameter key to look up.
Returns
Type | Description |
|---|---|
| int | The default value for the key if it can be found, or 0 if not. |