csharp
public record class ImportResultWhat one import produced.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public IReadOnlyList<ImportedArtifact> ArtifactsThe artefacts.
public IReadOnlyList<SubAssetEntry> SubAssetsWhat the asset now declares it contains.
public IReadOnlyList<ImportDiagnostic> DiagnosticsEverything the importer said.
public bool SucceededWhether anything said it was an error.
Methods (2)
public ImportResult(IReadOnlyList<ImportedArtifact> Artifacts, IReadOnlyList<SubAssetEntry> SubAssets, IReadOnlyList<ImportDiagnostic> Diagnostics)What one import produced.
public static ImportResult Failed(string message)An import that produced nothing and failed.
Used by (47, showing 40)
- AnimationClipImporterVixen.Editor.Assets
- AnimationClipImporterTestsVixen.Editor.Assets.Tests
- AssetImporterVixen.Editor.Assets
- AudioImporterVixen.Editor.Assets
- AudioImporterTestsVixen.Editor.Assets.Tests
- ClipMetadataTestsVixen.Editor.Assets.Tests
- CompositorImporterVixen.Editor.Assets
- ConstraintAuthoringImporterTestsVixen.Editor.Assets.Tests
- ConstraintTemplateImporterVixen.Editor.Assets
- CreateMenuTestsVixen.Editor.App.Tests
- CubeLutImporterVixen.Editor.Assets
- FolderImporterVixen.Editor.Assets
- HarnessPlanImporterVixen.Editor.Assets
- HarnessPlanImporterTestsVixen.Editor.Assets.Tests
- HeightmapImporterVixen.Editor.Assets
- IAssetImporterVixen.Editor.Assets
- ImportContextVixen.Editor.Assets
- ImportedGeometryLoadsTestsVixen.Editor.Assets.Tests
- ImporterTestsVixen.Editor.Assets.Tests
- InProcessImportExecutorVixen.Editor.Assets
- MaterialImporterVixen.Editor.Assets
- MaterialImporterTestsVixen.Editor.Assets.Tests
- ModelImporterVixen.Editor.Assets
- ModelImporterTestsVixen.Editor.Assets.Tests
- MoveSetImporterVixen.Editor.Assets
- MoveSetImporterTestsVixen.Editor.Assets.Tests
- NativeFormatImporterVixen.Editor.Assets
- NativeFormatImporterTestsVixen.Editor.Assets.Tests
- NavMeshImporterVixen.Editor.Assets
- NavMeshImporterTestsVixen.Editor.Assets.Tests
- PaletteImporterVixen.Editor.Assets.Tests
- PriorityLadderImporterVixen.Editor.Assets
- ProxyShapeImporterTestsVixen.Editor.Assets.Tests
- ProxyShapeSetImporterVixen.Editor.Assets
- RawImporterVixen.Editor.Assets
- RivalPaletteImporterVixen.Editor.Assets.Tests
- RivalTextureImporterVixen.Editor.Assets.Tests
- SceneImporterVixen.Editor.Assets
- SceneImporterTestsVixen.Editor.Assets.Tests
- ShapeVocabularyImporterVixen.Editor.Assets