docs.unity.cn
    Show / Hide Table of Contents

    Struct ContentDownloadService.DownloadStatus

    The status of a content download. This contains the state, progress, and the final local path of a successful download.

    Namespace: Unity.Entities.Content
    Syntax
    public struct DownloadStatus

    Fields

    Name Description
    BytesDownloaded

    The current number of bytes downloaded.

    DownloadState

    The state of the download process.

    LocalPath

    When complete, the local path of the file that was downloaded.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, September 20, 2023