docs.unity.cn
    Show / Hide Table of Contents

    Class StreamingProgressed

    Inheritance
    Object
    StreamingProgressed
    Namespace: Unity.Reflect.Streaming
    Syntax
    public class StreamingProgressed

    Constructors

    StreamingProgressed(Int32, Int32)

    Declaration
    public StreamingProgressed(int nbStreamed, int total)
    Parameters
    Type Name Description
    Int32 nbStreamed
    Int32 total

    Fields

    NbStreamed

    Declaration
    public int NbStreamed
    Field Value
    Type Description
    Int32

    Total

    Declaration
    public int Total
    Field Value
    Type Description
    Int32
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 26 April 2021