docs.unity.cn
    Show / Hide Table of Contents

    Method Deconstruct

    Deconstruct(out T1, out T2, out T3, out T4, out T5, out Entity)

    Clean up an existing object.

    Declaration
    public readonly void Deconstruct(out T1 item1, out T2 item2, out T3 item3, out T4 item4, out T5 item5, out 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.

    Entity entity

    The entity

    Remarks

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

    See Also
    QueryEnumerableWithEntity(T1, T2, T3, T4, T5, Entity)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023