Struct MultiListEnumerator<T> | Entities | 0.10.0-preview.6
docs.unity3d.com
    Show / Hide Table of Contents

    Struct MultiListEnumerator<T>

    Namespace: Unity.Entities.Conversion
    Syntax
    public struct MultiListEnumerator<T> : IEnumerable<T>, IEnumerable, IEnumerator<T>, IDisposable, IEnumerator
    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()
    In This Article
    • Properties
      • Any
      • Current
      • Empty
      • IsEmpty
      • IsValid
    • Methods
      • Count()
      • Dispose()
      • MoveNext()
      • Reset()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023