docs.unity.cn
    Show / Hide Table of Contents

    Delegate I<T0>

    Delegate type that represents the lambda expression in an Entities.ForEach construction.

    Namespace: Unity.Entities.UniversalDelegates
    Syntax
    public delegate void I<T0>(in T0 t0);
    Parameters
    Type Name Description
    T0 t0
    Type Parameters
    Name Description
    T0

    Component, Entity or Aspect type used in the lambda expression

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