docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MeshModuleAnalyzer

    Abstract base class for an Analyzer to be invoked by MeshModule

    Inheritance
    object
    ModuleAnalyzer
    MeshModuleAnalyzer
    Inherited Members
    ModuleAnalyzer.Initialize(Action<Descriptor>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.ProjectAuditor.Editor.Core
    Assembly: Unity.ProjectAuditor.Editor.dll
    Syntax
    public abstract class MeshModuleAnalyzer : ModuleAnalyzer

    Methods

    Analyze(MeshAnalysisContext)

    Implement this method to detect Issues, construct ReportItem objects to describe them, and return them.

    Declaration
    public abstract IEnumerable<ReportItem> Analyze(MeshAnalysisContext context)
    Parameters
    Type Name Description
    MeshAnalysisContext context

    Context object containing information necessary to perform analysis

    Returns
    Type Description
    IEnumerable<ReportItem>

    An enumerator for a collection of ReportItem objects

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)