Vixen
02b45cc4
csharp
public record class SubAssetEntry

One object inside an imported asset.

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

Fields and properties (4)

  • public SubAssetId Id

    Its stable id, derived from what it is rather than from where it landed.

  • public string Name

    What it is called, after any rename and any suffix a collision forced.

  • public string Type

    What kind of thing it is — Mesh, AnimationClip, and so on.

  • public string Source

    What the source file called it, when that is not Name.

Used by (19)

  • AssetMetaVixen.Core.Yaml
  • MetaTestsVixen.Core.Yaml.Tests
  • SubAssetsVixen.Core.Yaml
  • TypeRegistrationVixen.Core.Yaml
  • BuildPlannerVixen.Editor.Assets
  • CompilerPoolVixen.AssetCompiler
  • ExecutedImportVixen.Editor.Assets
  • ImportContextVixen.Editor.Assets
  • ImportPipelineVixen.Editor.Assets
  • ImportResultVixen.Editor.Assets
  • ImportSettingsDocumentVixen.Editor.AssetEditors
  • ImportSettingsDocumentTestsVixen.Editor.AssetEditors.Tests
  • ImportedGeometryLoadsTestsVixen.Editor.Assets.Tests
  • ImporterTestsVixen.Editor.Assets.Tests
  • ModelImportViewVixen.Editor.AssetEditors
  • ModelImporterTestsVixen.Editor.Assets.Tests
  • PlannedProjectVixen.Editor.Assets.Tests
  • TextureImporterTestsVixen.Editor.Assets.Tests
  • WorkerHostVixen.AssetCompiler