docs.unity.cn
    Show / Hide Table of Contents

    Class Delta<T>

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

    Fields

    Added

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

    Changed

    Declaration
    public List<(T Prev, T Next)> Changed
    Field Value
    Type Description
    List<(T1, T2)<T, 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