csharp
public readonly record struct ContentDiagnosticSomething the pipeline said, with enough attached to act on it.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public ImportSeverity SeverityHow much attention it needs.
public ContentStage StageWhich part said it.
public string PathWhich asset it is about, project-relative, or empty for the project as a whole.
public string MessageWhat happened, in a sentence a person can act on.
Methods (1)
public ContentDiagnostic(ImportSeverity Severity, ContentStage Stage, string Path, string Message)Something the pipeline said, with enough attached to act on it.
Used by (8)
- ContentBuildRunnerVixen.Cli
- ContentPipelineVixen.Editor.Assets
- ContentPipelineTestsVixen.Editor.Assets.Tests
- ContentTasksVixen.Editor.App
- EditorContentVixen.Editor.App
- LooseContentVixen.Editor.Assets
- LooseContentTestsVixen.Editor.Assets.Tests
- SceneManifestTestsVixen.Editor.Assets.Tests