docs.unity.cn
    Show / Hide Table of Contents

    Class StreamingProgressed

    Inheritance
    Object
    StreamingProgressed
    Namespace: Unity.Reflect.Actors
    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 © 2022 Unity Technologies
    Generated by DocFX
    on 03 February 2022
    Terms of use