Struct MultiListEnumerator<T> | Entities | 0.16.0-preview.21
docs.unity.cn
    Show / Hide Table of Contents

    Struct MultiListEnumerator<T>

    Namespace: Unity.Entities.Conversion
    Syntax
    public struct MultiListEnumerator<T> : IEnumerable<T>, IEnumerable, IEnumerator<T>, IDisposable, IEnumerator where T : struct
    Type Parameters
    Name Description
    T

    Properties

    Any

    Declaration
    public bool Any { get; }
    Property Value
    Type Description
    Boolean

    Current

    Declaration
    public T Current { get; }
    Property Value
    Type Description
    T

    Empty

    Declaration
    public static MultiListEnumerator<T> Empty { get; }
    Property Value
    Type Description
    MultiListEnumerator<T>

    IsEmpty

    Declaration
    public bool IsEmpty { get; }
    Property Value
    Type Description
    Boolean

    IsValid

    Declaration
    public bool IsValid { get; }
    Property Value
    Type Description
    Boolean

    Methods

    Count()

    Declaration
    public int Count()
    Returns
    Type Description
    Int32

    Dispose()

    Declaration
    public void Dispose()

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    Boolean

    Reset()

    Declaration
    public void Reset()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 30 October 2020