Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Audit

Performs static analysis of the project, using default parameters.
Read time 1 minuteLast updated 11 days ago

Definition

Audit(IProgress)

Performs static analysis of the project, using default parameters.
public Report Audit(IProgress progress = null)

Parameters

progress

Progress bar, if applicable

Returns

Type

Description

ReportGenerated report

Audit(AnalysisParams, IProgress)

Performs static analysis of the project, using the supplied analysis parameters.
public Report Audit(AnalysisParams analysisParams, IProgress progress = null)

Parameters

analysisParams

Parameters to control the audit process

progress

Progress bar, if applicable

Returns

Type

Description

ReportGenerated report