interface ImportResult {
    files: AssetImportMetadata[];
    path: Path;
    primary: Editor.Assets.Asset;
}

Properties

Properties

The metadata of the files imported.

path: Path

A path to the imported file.

The asset which is usually referenced after the asset has been imported.