docs.unity.cn
    Show / Hide Table of Contents

    Method Process

    Process(ref ContentDownloadService.DownloadStatus, ref Int64)

    Process the state of the operation.

    Declaration
    public bool Process(ref ContentDownloadService.DownloadStatus status, ref long downloadedBytes)
    Parameters
    Type Name Description
    ContentDownloadService.DownloadStatus status

    The status of the operation. This may be modified if the status changes.

    Int64 downloadedBytes

    The total number of bytes downloaded of the content.

    Returns
    Type Description
    Boolean

    True if the operation is complete, false if more processing is required.

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