csharp
public record class ImportResponseMessageWhat 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 SucceededWhether it came out with no errors.
public ArtifactMessage[] ArtifactsThe chunks.
public SubAssetMessage[] SubAssetsWhat the asset now declares it contains.
public DiagnosticMessage[] DiagnosticsEverything the importer said.
public string[] FileDependenciesEvery file it declared, including its own source.
public string[] AssetDependenciesEvery other asset it declared, as 32 hex digits each.
Used by (4)
- CompilerPoolVixen.AssetCompiler
- Vixen_AssetCompiler_ImportResponseMessageSerializerVixen.AssetCompiler
- WorkerVixen.AssetCompiler
- WorkerHostVixen.AssetCompiler