csharp
public record class NodeGraphCompilation<T>What compiling a graph produced.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
public T? ArtefactIt, or the type's default when the graph did not compile.
public ImmutableArray<NodeDiagnostic> DiagnosticsEverything the compiler had to say, in the order it said it.
public bool SucceededWhether an artefact was produced.
public bool HasErrorsWhether anything went wrong.
public T ValueThe artefact, or a stated failure naming what went wrong.
Methods (1)
public NodeGraphCompilation(T? Artefact, ImmutableArray<NodeDiagnostic> Diagnostics)What compiling a graph produced.
Used by (10)
- CompositorCompilerTestsVixen.Editor.AssetEditors.Tests
- CompositorDocumentVixen.Editor.AssetEditors
- NodeGraphCompilerVixen.Editor.NodeGraph
- NodeTypingTestsVixen.Editor.NodeGraph.Tests
- ShaderGraphCompilerTestsVixen.Editor.ShaderGraph.Tests
- ShaderGraphDocumentVixen.Editor.AssetEditors
- SubGraphTestsVixen.Editor.NodeGraph.Tests
- VfxDocumentVixen.Editor.AssetEditors
- VfxGraphCompilerTestsVixen.Editor.VfxGraph.Tests
- VfxImporterVixen.Editor.Assets