Skip to content

AssetBackup

ClassAssetInventoryAssetInventory.Editor
public sealed class AssetBackup : ActionProgress

No description is available for this type.

public AssetBackup()

No description is available for this member.

public static void ClearCache()

Clears the static backup state cache. Call this when switching database backends to prevent stale data.

public static Dictionary<int, List<BackupInfo>> GatherState(bool useCache = true)

No description is available for this member.

Parameters

Name Type Description
useCache System.Boolean

Returns

System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{AssetInventory.BackupInfo}} — No return description is available.

public Task Run()

No description is available for this member.

Returns

System.Threading.Tasks.Task — No return description is available.

public Task Backup(int assetId = -1)

No description is available for this member.

Parameters

Name Type Description
assetId System.Int32

Returns

System.Threading.Tasks.Task — No return description is available.