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 (50, showing 40)
- BakedMaterialImageTestsVixen.Graphics.Golden.Tests
- GraphMaterialImageTestsVixen.Graphics.Golden.Tests
- CompositorCompilerTestsVixen.Editor.AssetEditors.Tests
- CompositorDocumentVixen.Editor.AssetEditors
- GraphMaterialTestsVixen.Editor.ShaderGraph.Tests
- LayerStackCompilerVixen.Editor.Texturing
- MeshMapGeneratorBindingTestsVixen.Editor.App.Tests
- NodeGraphCompilerVixen.Editor.NodeGraph
- NodeTypingTestsVixen.Editor.NodeGraph.Tests
- ShaderGraphCompilerTestsVixen.Editor.ShaderGraph.Tests
- ShaderGraphDocumentVixen.Editor.AssetEditors
- ShaderGraphPreviewVixen.Editor.ShaderGraph
- ShaderGraphPreviewRendererVixen.Editor.ShaderGraph
- ShaderGraphPreviewTestsVixen.Editor.ShaderGraph.Tests
- ShaderGraphSourcesVixen.Editor.Assets
- ShaderGraphSpanTestsVixen.Editor.ShaderGraph.Tests
- ShaderNodeLibraryTestsVixen.Editor.ShaderGraph.Tests
- SubGraphTestsVixen.Editor.NodeGraph.Tests
- SurfaceGraphTestsVixen.Editor.ShaderGraph.Tests
- TextureCompoundBakeDeviceTestsVixen.Editor.TextureGraph.Tests
- TextureCompoundLibraryTestsVixen.Editor.TextureGraph.Tests
- TextureDiagnosticIdTestsVixen.Editor.TextureGraph.Tests
- TextureExpressionCostTestsVixen.Editor.TextureGraph.Tests
- TextureExternalGraphDeviceTestsVixen.Editor.TextureGraph.Tests
- TextureGraphCompilerTestsVixen.Editor.TextureGraph.Tests
- TextureGraphDeclarationTestsVixen.Editor.TextureGraph.Tests
- TextureGraphDeviceTestsVixen.Editor.TextureGraph.Tests
- TextureGraphDocumentVixen.Editor.Texturing
- TextureGraphNameKnobTestsVixen.Editor.TextureGraph.Tests
- TextureGraphParameterTestsVixen.Editor.TextureGraph.Tests
- TextureGraphPreviewDeviceTestsVixen.Editor.TextureGraph.Tests
- TextureGraphPreviewsVixen.Editor.TextureGraph
- TextureGraphRunnerVixen.Cli
- TextureGraphSubGraphTestsVixen.Editor.TextureGraph.Tests
- TextureLevelDeviceTestsVixen.Editor.TextureGraph.Tests
- TextureMeshMapNodeTestsVixen.Editor.TextureGraph.Tests
- TextureNodeLibraryTestsVixen.Editor.TextureGraph.Tests
- TextureNodeResolutionTestsVixen.Editor.TextureGraph.Tests
- TextureOutputLevelTestsVixen.Editor.TextureGraph.Tests
- TexturePixelProcessorTestsVixen.Editor.TextureGraph.Tests