docs.unity.cn
    Show / Hide Table of Contents

    Class Diff<T>

    Inheritance
    Object
    Diff<T>
    Namespace: Unity.Reflect.Actors
    Syntax
    public class Diff<T>
    Type Parameters
    Name Description
    T

    Fields

    Added

    Declaration
    public List<T> Added
    Field Value
    Type Description
    List<T>

    Removed

    Declaration
    public List<T> Removed
    Field Value
    Type Description
    List<T>

    Methods

    IsEmpty()

    Declaration
    public bool IsEmpty()
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 03 February 2022
    Terms of use