Struct ImportResult
The result of an import task.
Inherited Members
Namespace: Unity.AssetManager.Editor
Assembly: Unity.AssetManager.Core.Editor.dll
Syntax
public struct ImportResult
Properties
ImportedAssetIds
The ids of the assets that were imported.
Declaration
public readonly IEnumerable<string> ImportedAssetIds { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<string> |