Class ShaderAnalysisContext
A context object passed by ShadersModule to a ShaderModuleAnalyzer's Analyze() method.
Inherited Members
Namespace: Unity.ProjectAuditor .Editor.Core
Assembly: Unity.ProjectAuditor.Editor.dll
Syntax
public class ShaderAnalysisContext : AnalysisContext
Fields
AssetPath
A path to a shader asset in the project.
Declaration
public string AssetPath
Field Value
Type | Description |
---|---|
string |
Shader
The shader object to be analyzed.
Declaration
public Shader Shader
Field Value
Type | Description |
---|---|
Shader |