Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GameObjectModuleAnalyzer

Abstract base class for an Analyzer to be invoked by GameObjectModule
Read time 1 minuteLast updated 7 days ago

Definition

public abstract class GameObjectModuleAnalyzer : ModuleAnalyzer

Methods

Method

Description

AnalyzeImplement this method to detect Issues, construct ReportItem objects to describe them, and return them.
OnAnalysisStartedImplement this method to initialize the analyzer at the start of analysis

Inheritance