Vixen
02b45cc4
csharp
public record class ImportResponseMessage

What one import produced, on the wire.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (6)

  • public bool Succeeded

    Whether it came out with no errors.

  • public ArtifactMessage[] Artifacts

    The chunks.

  • public SubAssetMessage[] SubAssets

    What the asset now declares it contains.

  • public DiagnosticMessage[] Diagnostics

    Everything the importer said.

  • public string[] FileDependencies

    Every file it declared, including its own source.

  • public string[] AssetDependencies

    Every other asset it declared, as 32 hex digits each.

Used by (4)

  • CompilerPoolVixen.AssetCompiler
  • Vixen_AssetCompiler_ImportResponseMessageSerializerVixen.AssetCompiler
  • WorkerVixen.AssetCompiler
  • WorkerHostVixen.AssetCompiler