docs.unity.cn
    Show / Hide Table of Contents

    Class DownloadProgressed

    Inheritance
    Object
    DownloadProgressed
    Namespace: Unity.Reflect.Actors
    Syntax
    public class DownloadProgressed

    Constructors

    DownloadProgressed(Int32, Int32)

    Declaration
    public DownloadProgressed(int nbInCache, int total)
    Parameters
    Type Name Description
    Int32 nbInCache
    Int32 total

    Fields

    NbInCache

    Declaration
    public int NbInCache
    Field Value
    Type Description
    Int32

    Total

    Declaration
    public int Total
    Field Value
    Type Description
    Int32
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 03 February 2022
    Terms of use