Skip to content

AssetDownloadState

ClassAssetInventoryAssetInventory.Editor
public sealed class AssetDownloadState

No description is available for this type.

public AssetDownloader.State state { get; }

No description is available for this member.

Returns

AssetInventory.AssetDownloader.State — No return description is available.

public long bytesDownloaded

No description is available for this member.

Returns

System.Int64 — No return description is available.

public long bytesTotal

No description is available for this member.

Returns

System.Int64 — No return description is available.

public float progress

No description is available for this member.

Returns

System.Single — No return description is available.

public DateTime lastStateChange

No description is available for this member.

Returns

System.DateTime — No return description is available.

public DateTime lastDownloadChange

No description is available for this member.

Returns

System.DateTime — No return description is available.

public string curDownloadFile

No description is available for this member.

Returns

System.String — No return description is available.

public string curDownloadInfoFile

No description is available for this member.

Returns

System.String — No return description is available.

public string downloadFile

No description is available for this member.

Returns

System.String — No return description is available.

public string downloadInfoFile

No description is available for this member.

Returns

System.String — No return description is available.

public string reDownloadFile

No description is available for this member.

Returns

System.String — No return description is available.

public string reDownloadInfoFile

No description is available for this member.

Returns

System.String — No return description is available.

public void SetState(AssetDownloader.State newState)

No description is available for this member.

Parameters

Name Type Description
newState AssetInventory.AssetDownloader.State
public void DeleteTempFiles()

No description is available for this member.

public override string ToString()

No description is available for this member.

Returns

System.String — No return description is available.