Struct AssetLibraryJobProperties
The properties of an IAssetLibraryJob.
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
[Serializable]
public struct AssetLibraryJobProperties
Properties
CopiedAssetDescriptor
The resulting asset descriptor if the job copied an asset.
Declaration
public AssetDescriptor? CopiedAssetDescriptor { get; }
Property Value
Type | Description |
---|---|
AssetDescriptor? |
FailedReason
The reason why the job failed, if applicable.
Declaration
public string FailedReason { get; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the job.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
Progress
The progress of the job.
Declaration
public int Progress { get; }
Property Value
Type | Description |
---|---|
int |
ProgressDetails
The details of the job's progress, if available.
Declaration
public string ProgressDetails { get; }
Property Value
Type | Description |
---|---|
string |
State
The state of the job's progress.
Declaration
public AssetLibraryJobState State { get; }
Property Value
Type | Description |
---|---|
AssetLibraryJobState |