docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate ProgressDelegate

    A delegate used for reporting progress of a transfer of bytes. See https://github.com/jonstodle/TusDotNetClient.

    Namespace: Unity.Services.Ccd.Management
    Assembly: Unity.Services.Ccd.Management.dll
    Syntax
    public delegate void ProgressDelegate(long bytesTransferred, long bytesTotal)
    Parameters
    Type Name Description
    long bytesTransferred

    The number of bytes transferred so far.

    long bytesTotal

    The total number of bytes to transfer.

    In This Article
    Back to top
    Copyright © 2025 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)