Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ModuleAnalyzer

Base class for all ModuleAnalyzers
Read time 1 minuteLast updated 6 days ago

Definition

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

InitializeInitializes the Analyzer