Vixen
02b45cc4
csharp
public record class ImportedArtifact

One 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 SubAsset

    Which sub-asset it is, or Main for the main object.

  • public string Type

    What kind of thing it is — Texture, Mesh.

  • public ReadOnlyMemory<byte> Content

    Its 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