Audit
Performs static analysis of the project, using default parameters.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.ProjectAuditor.Editor
- Assembly: UnityEditor
Audit(IProgress)
Performs static analysis of the project, using default parameters.
public Report Audit(IProgress progress = null)
Parameters
Progress bar, if applicable
Returns
Type | Description |
|---|---|
| Report | Generated report |
Audit(AnalysisParams, IProgress)
Performs static analysis of the project, using the supplied analysis parameters.
public Report Audit(AnalysisParams analysisParams, IProgress progress = null)
Parameters
Parameters to control the audit process
Progress bar, if applicable
Returns
Type | Description |
|---|---|
| Report | Generated report |