docs.unity3d.com
    Show / Hide Table of Contents

    Class DownloadFinishedEventArgs

    EventArgs passed to the DownloadFinished event handler

    Inheritance
    Object
    EventArgs
    DownloadFinishedEventArgs
    Namespace: UnityEditor.Build.CacheServer
    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
    Int64

    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
    Int64
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023