Skip to content

AssetStoreImporter

ClassAssetInventoryAssetInventory.Editor
public sealed class AssetStoreImporter : AssetImporter

No description is available for this type.

public Task<AssetPurchases> FetchOnlineAssets()

No description is available for this member.

Returns

System.Threading.Tasks.Task{AssetInventory.AssetPurchases} — No return description is available.

public Task<bool> FetchAssetsDetails(bool forceUpdate = false, int assetId = 0, bool resetEtag = false)

No description is available for this member.

Parameters

Name Type Description
forceUpdate System.Boolean
assetId System.Int32
resetEtag System.Boolean

Returns

System.Threading.Tasks.Task{System.Boolean} — No return description is available.

public Task<bool> FetchAssetsDetails(List<Asset> assets, bool forceUpdate = false, bool resetEtag = false)

No description is available for this member.

Parameters

Name Type Description
assets System.Collections.Generic.List{AssetInventory.Asset}
forceUpdate System.Boolean
resetEtag System.Boolean

Returns

System.Threading.Tasks.Task{System.Boolean} — No return description is available.

public Task<List<Asset>> FetchAssetUpdates(bool forceUpdate = false)

No description is available for this member.

Parameters

Name Type Description
forceUpdate System.Boolean

Returns

System.Threading.Tasks.Task{System.Collections.Generic.List{AssetInventory.Asset}} — No return description is available.