ModuleAnalyzer
Base class for all ModuleAnalyzers
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: Unity.ProjectAuditor.Editor.Core
- Assembly: UnityEditor
public class ModuleAnalyzer
Remarks
Inheriting directly from ModuleAnalyzer will not create an Analyzer that a Module will create or run. You should inherit from one of the following classes, all of which declare Analyze() methods: " AnimationModuleAnalyzer " AssetsModuleAnalyzer " AudioClipModuleAnalyzer " CodeModuleInstructionAnalyzer " MeshModuleAnalyzer " PackagesModuleAnalyzer " SettingsModuleAnalyzer " ShaderModuleAnalyzer " SpriteAtlasModuleAnalyzer " TextureModuleAnalyzer
Methods
Method | Description |
|---|---|
| Initialize | Initializes the Analyzer |