docs.unity.cn
    Show / Hide Table of Contents

    Method GetEnumerator

    GetEnumerator()

    Returns an enumerator over the entities in this query.

    Declaration
    public IEnumerator<(T1, T2, T3, T4, T5)> GetEnumerator()
    Returns
    Type Description
    IEnumerator<(T1, T2, T3, T4, T5)<T1, T2, T3, T4, T5>>

    An IEnumerator interface into the entities matched by this query.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, August 10, 2023