csharp
public record class SubAssetEntryOne 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 IdIts stable id, derived from what it is rather than from where it landed.
public string NameWhat it is called, after any rename and any suffix a collision forced.
public string TypeWhat kind of thing it is — Mesh, AnimationClip, and so on.
public string SourceWhat 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