csharp
public record class ImportedArtifactOne thing an importer produced.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public SubAssetId SubAssetWhich sub-asset it is, or Main for the main object.
public string TypeWhat kind of thing it is — Texture, Mesh.
public ReadOnlyMemory<byte> ContentIts bytes.
Methods (1)
public ImportedArtifact(SubAssetId SubAsset, string Type, ReadOnlyMemory<byte> Content)One thing an importer produced.
Used by (22)
- AnimationClipImporterTestsVixen.Editor.Assets.Tests
- AudioImporterTestsVixen.Editor.Assets.Tests
- CompilerPoolVixen.AssetCompiler
- CompilerPoolTestsVixen.AssetCompiler.Tests
- ConstraintAuthoringImporterTestsVixen.Editor.Assets.Tests
- ExecutedImportVixen.Editor.Assets
- HarnessPlanImporterTestsVixen.Editor.Assets.Tests
- ImportContextVixen.Editor.Assets
- ImportPipelineVixen.Editor.Assets
- ImportResultVixen.Editor.Assets
- ImportedGeometryLoadsTestsVixen.Editor.Assets.Tests
- ImporterTestsVixen.Editor.Assets.Tests
- MaterialImporterTestsVixen.Editor.Assets.Tests
- ModelImporterTestsVixen.Editor.Assets.Tests
- MoveSetImporterTestsVixen.Editor.Assets.Tests
- NativeFormatImporterTestsVixen.Editor.Assets.Tests
- NavMeshImporterTestsVixen.Editor.Assets.Tests
- ProxyShapeImporterTestsVixen.Editor.Assets.Tests
- SceneImporterTestsVixen.Editor.Assets.Tests
- TextureImporterTestsVixen.Editor.Assets.Tests
- VideoImporterTestsVixen.Editor.Assets.Tests
- WorkerHostVixen.AssetCompiler