docs.unity.cn
    Show / Hide Table of Contents

    Method StartDownload

    StartDownload(String, String)

    Called when the operation can begin downloading it data.

    Declaration
    protected abstract void StartDownload(string remotePath, string localTmpPath)
    Parameters
    Type Name Description
    String remotePath

    The remote path of the data. This is typically a url.

    String localTmpPath

    The local path to download the data to. This file will be moved to the final path once completed.

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