An Interface for accessing assets and performing experimental operations on assets.
| Method | Description |
|---|---|
| ForceProduceArtifact | Imports an Asset using an Importer type. |
| LookupArtifact | Returns an ImportResultID corresponding to an Import operation. |
| LookupArtifacts | Returns ImportResultIDs corresponding to multiple Import operations. |
| ProduceArtifact | Imports an Asset using an Importer type or returns a matching cached result. |
| ProduceArtifactAsync | Imports an Asset asynchronously using an Importer type or returns a matching cached result. |
| ProduceArtifactsAsync | Imports Assets asynchronously using an Importer type and returns matching cached results. |