TextureModuleAnalyzer
Abstract base class for an Analyzer to be invoked by TextureModule
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: Unity.ProjectAuditor.Editor.Core
- Assembly: UnityEditor
- Inherits from: ModuleAnalyzer
public abstract class TextureModuleAnalyzer : ModuleAnalyzer
Methods
Method | Description |
|---|---|
| Analyze | Implement this method to detect Issues, construct ReportItem objects to describe them, and return them. |