Vixen
dd8b0a81
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 (36)

  • AuthoredContentMmo.Content.Tests
  • AnimationClipImporterTestsVixen.Editor.Assets.Tests
  • AudioImporterTestsVixen.Editor.Assets.Tests
  • CompilerPoolVixen.AssetCompiler
  • CompilerPoolTestsVixen.AssetCompiler.Tests
  • ConstraintAuthoringImporterTestsVixen.Editor.Assets.Tests
  • CubeLutTestsVixen.Editor.Assets.Tests
  • DdsImportTestsVixen.Editor.Assets.Tests
  • DefinitionImporterTestsVixen.Editor.Assets.Tests
  • ExecutedImportVixen.Editor.Assets
  • HarnessPlanImporterTestsVixen.Editor.Assets.Tests
  • HdrImportTestsVixen.Editor.Assets.Tests
  • ImportContextVixen.Editor.Assets
  • ImportPipelineVixen.Editor.Assets
  • ImportResultVixen.Editor.Assets
  • ImportedGeometryLoadsTestsVixen.Editor.Assets.Tests
  • ImporterTestsVixen.Editor.Assets.Tests
  • ImporterUnknownKeyTestsVixen.Editor.Assets.Tests
  • MaterialImporterTestsVixen.Editor.Assets.Tests
  • MixerImporterTestsVixen.Editor.Assets.Tests
  • ModelImporterTestsVixen.Editor.Assets.Tests
  • ModelRetopologyTestsVixen.Editor.Assets.Tests
  • MoveSetImporterTestsVixen.Editor.Assets.Tests
  • NativeFormatImporterTestsVixen.Editor.Assets.Tests
  • NavMeshImporterTestsVixen.Editor.Assets.Tests
  • NetworkRulesImporterTestsVixen.Editor.Assets.Tests
  • PluginImporterTestsVixen.AssetCompiler.Tests
  • ProxyShapeImporterTestsVixen.Editor.Assets.Tests
  • SceneImporterTestsVixen.Editor.Assets.Tests
  • TerrainAssetImporterTestsVixen.Editor.Assets.Tests
  • TextureImporterTestsVixen.Editor.Assets.Tests
  • UnclaimedPlacementExtensionTestsVixen.Editor.Assets.Tests
  • UnimportedFormatTestsVixen.Editor.Assets.Tests
  • VideoImporterTestsVixen.Editor.Assets.Tests
  • WaterWavesImporterTestsVixen.Editor.Assets.Tests
  • WorkerHostVixen.AssetCompiler