Class SpriteAtlasModuleAnalyzer
Abstract base class for an Analyzer to be invoked by SpriteAtlasModule
Inherited Members
Namespace: Unity.ProjectAuditor.Editor.Core
Assembly: Unity.ProjectAuditor.Editor.dll
Syntax
public abstract class SpriteAtlasModuleAnalyzer : ModuleAnalyzer
Methods
Analyze(SpriteAtlasAnalysisContext)
Implement this method to detect Issues, construct ReportItem objects to describe them, and return them.
Declaration
public abstract IEnumerable<ReportItem> Analyze(SpriteAtlasAnalysisContext context)
Parameters
Type | Name | Description |
---|---|---|
SpriteAtlasAnalysisContext | context | Context object containing information necessary to perform analysis |
Returns
Type | Description |
---|---|
IEnumerable<ReportItem> | An enumerator for a collection of ReportItem objects |