IsValid()
Check whether all issues in the report are valid.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.ProjectAuditor.Editor
- Assembly: UnityEditor
public bool IsValid()
Returns
Type | Description |
|---|---|
| bool | True is none of the issues in the report have a null description string. Otherwise returns false. |