class in Unity.ProjectAuditor.Editor.Modules
/
Inherits from:Unity.ProjectAuditor.Editor.Core.AssetAnalysisContext
A context object passed by AnimationModule to an AnimationClipAnalyzer's Analyze() method.
| Property | Description |
|---|---|
| Clip | The animation clip. |
| Property | Description |
|---|---|
| Params | The AnalysisParams object that was passed to (or created by) the ProjectAuditor's Audit() method. |
| AssetPath | A path to an asset, of any type, in the project. |
| Method | Description |
|---|---|
| CreateInsight | Create a ReportItemBuilder for an Insight: A ReportItem collected for informational purposes. |
| CreateIssue | Create a ReportItemBuilder for an Issue: a potential problem in the project, with an actionable recommendation to resolve it. |
| IsDescriptorEnabled | Checks whether a given Descriptor is enabled for the current analysis. |