docs.unity.cn
    Show / Hide Table of Contents

    Class UpdateVisibility

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

    Constructors

    UpdateVisibility(List<Guid>, List<Guid>)

    Declaration
    public UpdateVisibility(List<Guid> shownInstances, List<Guid> hiddenInstances)
    Parameters
    Type Name Description
    List<Guid> shownInstances
    List<Guid> hiddenInstances

    Fields

    HiddenInstances

    Instances that were visible in the last update that are not visible in this update

    Declaration
    public List<Guid> HiddenInstances
    Field Value
    Type Description
    List<Guid>

    ShownInstances

    Currently visible instance based on filter query

    Declaration
    public List<Guid> ShownInstances
    Field Value
    Type Description
    List<Guid>
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 26 April 2021