docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method ProcessDownload

    ProcessDownload(ref long, ref string)

    Called to process the download operation.

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

    The total number of bytes downloaded.

    string error

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

    Returns
    Type Description
    bool

    True if processing is completed, false otherwise.

    In This Article
    • ProcessDownload(ref long, ref string)
    Back to top
    Copyright © 2024 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)