docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate ProgressCallback

    Called every frame during cloud data transfer with progress information

    Namespace: Unity.AR.Companion.CloudStorage
    Assembly: solution.dll
    Syntax
    public delegate void ProgressCallback(float upload, float download)
    Parameters
    Type Name Description
    float upload

    0-1 value indicating upload progress

    float download

    0-1 value indicating download progress

    In This Article
    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)