docs.unity.cn
    Show / Hide Table of Contents

    Method ProcessDownload

    ProcessDownload(ref Int64, ref String)

    Called to process the download operation.

    Declaration
    protected abstract bool ProcessDownload(ref long downloadedBytes, ref string error)
    Parameters
    Type Name Description
    Int64 downloadedBytes

    The total number of bytes downloaded.

    String error

    This will be set to the error string if the operation fails.

    Returns
    Type Description
    Boolean

    True if processing is completed, false otherwise.

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