docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DownloadFinishedEventArgs

    EventArgs passed to the DownloadFinished event handler

    Inheritance
    object
    EventArgs
    DownloadFinishedEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.Build.CacheServer
    Assembly: UnityEditor.CacheServer.dll
    Syntax
    public class DownloadFinishedEventArgs : EventArgs

    Properties

    DownloadItem

    The downloaded item.

    Declaration
    public IDownloadItem DownloadItem { get; set; }
    Property Value
    Type Description
    IDownloadItem

    DownloadQueueLength

    The length of the download queue.

    Declaration
    public long DownloadQueueLength { get; set; }
    Property Value
    Type Description
    long

    Result

    EventArgs download result code.

    Declaration
    public DownloadResult Result { get; set; }
    Property Value
    Type Description
    DownloadResult

    Size

    The size of the downloaded item.

    Declaration
    public long Size { get; set; }
    Property Value
    Type Description
    long
    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)