docs.unity.cn
    Show / Hide Table of Contents

    Constructor QueryEnumerableWithEntity

    QueryEnumerableWithEntity(T1, T2, T3, T4, T5, T6, Entity)

    Construct a new object.

    Declaration
    public QueryEnumerableWithEntity(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, Entity entity)
    Parameters
    Type Name Description
    T1 item1

    The value for T1.

    T2 item2

    The value for T2.

    T3 item3

    The value for T3.

    T4 item4

    The value for T4.

    T5 item5

    The value for T5.

    T6 item6

    The value for T6.

    Entity entity

    The entity

    Remarks

    Objects of this type are typically created and destroyed automatically by the source generators.

    See Also
    Deconstruct(out T1, out T2, out T3, out T4, out T5, out T6, out Entity)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, August 10, 2023