Namespace UnityEditor.U2D.Tooling.Analyzer
Classes
AnalyzerIssueReportBase
Abstract base class for analyzer issue reports that provides common functionality for data source management, report display, and object inspection.
AnalyzerUtility
Provides utility methods for opening analyzer windows and performing analysis operations.
Interfaces
IReportDataSource
Interface for report data sources that can capture, analyze, and provide data for analyzer reports. Implementations of this interface handle the collection and management of specific types of data used by analyzer reports, such as asset information, performance metrics, or project statistics.
ISaveData
Marker interface for save data objects that can be serialized and persisted. This interface serves as a base contract for all data types that can be saved and loaded by the analyzer system. Implementations should contain only serializable data and should not hold references to Unity objects or other non-serializable types.
ISaveFile
Interface for managing save file operations that handle the storage and retrieval of serializable data objects. Implementations of this interface provide a unified way to persist and load analyzer data across different storage formats and locations.