MaterialAnalysisContext
A context object passed by a MaterialModule to a MaterialModuleAnalyzer's Analyze() method.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: Unity.ProjectAuditor.Editor.Core
- Assembly: UnityEditor
- Inherits from: AssetAnalysisContext
public class MaterialAnalysisContext : AssetAnalysisContext
Fields
Value | Description |
|---|---|
| Material | The material asset to be analyzed. |
| Name | The name of a material asset in the project |