csharp
public readonly record struct MaterialDiagnosticOne thing the compiler has to say about a material.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public MaterialDiagnosticId IdWhich problem.
public string MessageWhat to tell whoever authored the material.
public bool IsErrorWhether the material was rejected rather than merely questioned.
Methods (2)
public MaterialDiagnostic(MaterialDiagnosticId Id, string Message, bool IsError)One thing the compiler has to say about a material.
public override string ToString()Returns the fully qualified type name of this instance.
Used by (12)
- ArenaThirdPersonShooter
- ClusteredShadingDeviceTestsVixen.Graphics.Golden.Tests
- DistanceFieldDeviceTestsVixen.Graphics.Golden.Tests
- IrradianceBounceDeviceTestsVixen.Graphics.Golden.Tests
- IrradianceShadingDeviceTestsVixen.Graphics.Golden.Tests
- MaterialCompilationVixen.Rendering
- MaterialCompilationContextVixen.Rendering
- MaterialCompilerVixen.Rendering
- MaterialCompilerTestsVixen.Rendering.Tests
- MaterialReflectionTestsVixen.Rendering.Tests
- TexturedMaterialTestsVixen.Rendering.Tests
- MaterialImporterVixen.Editor.Assets