AssetDownloader
public sealed class AssetDownloaderNo description is available for this type.
Fields
Section titled “Fields”
lastRefresh
Section titled “lastRefresh”public DateTime lastRefreshNo description is available for this member.
Returns
System.DateTime — No return description is available.
Constructors
Section titled “Constructors”
AssetDownloader(AssetInfo)
Section titled “AssetDownloader(AssetInfo)”public AssetDownloader(AssetInfo asset)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
asset |
AssetInventory.AssetInfo |
Methods
Section titled “Methods”
GetAsset()
Section titled “GetAsset()”public AssetInfo GetAsset()No description is available for this member.
Returns
AssetInventory.AssetInfo — No return description is available.
SetAsset(AssetInfo)
Section titled “SetAsset(AssetInfo)”public void SetAsset(AssetInfo asset)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
asset |
AssetInventory.AssetInfo | |
IsDownloadSupported()
Section titled “IsDownloadSupported()”public bool IsDownloadSupported()No description is available for this member.
Returns
System.Boolean — No return description is available.
GetState()
Section titled “GetState()”public AssetDownloadState GetState()No description is available for this member.
Returns
AssetInventory.AssetDownloadState — No return description is available.
RefreshState(bool)
Section titled “RefreshState(bool)”public void RefreshState(bool force = false)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
force |
System.Boolean | |
Download(bool)
Section titled “Download(bool)”public void Download(bool expectFullDownload)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
expectFullDownload |
System.Boolean | |
PauseDownload(bool)
Section titled “PauseDownload(bool)”public void PauseDownload(bool fullAbort)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
fullAbort |
System.Boolean | |
IsUnityDownloading()
Section titled “IsUnityDownloading()”public bool IsUnityDownloading()No description is available for this member.
Returns
System.Boolean — No return description is available.
Properties
Section titled “Properties”
IsDirty
Section titled “IsDirty”public bool IsDirty { get; set; }Whether external changes (FileSystemWatcher) have invalidated the cached state.
Returns
System.Boolean — No return description is available.
IsStable
Section titled “IsStable”public bool IsStable { get; }Returns true if this asset is in a stable state that doesn’t need active polling unless explicitly dirtied by a file system event.
Returns
System.Boolean — No return description is available.