Analyze(AnimationClipAnalysisContext)
Implement this method to detect Issues, construct ReportItem objects to describe them, and return them.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.ProjectAuditor.Editor.Modules
- Assembly: UnityEditor
public abstract IEnumerable<ReportItem> Analyze(AnimationClipAnalysisContext context)
Parameters
Context object containing information necessary to perform analysis
Returns
Type | Description |
|---|---|
| IEnumerable<ReportItem> | An enumerator for a collection of ReportItem objects |