GetAllIssues()
Gets a read-only collection of all of the ProjectIssues included in the report.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: Unity.ProjectAuditor.Editor
- Assembly: UnityEditor
public IReadOnlyCollection<ReportItem> GetAllIssues()
Returns
Type | Description |
|---|---|
| IReadOnlyCollection<ReportItem> | All the issues in the report |