docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct AssetLibraryJobProperties

    The properties of an IAssetLibraryJob.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    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
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)