Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ShaderModuleAnalyzer

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

Definition

public abstract class ShaderModuleAnalyzer : ModuleAnalyzer

Methods

Method

Description

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

Inheritance