docs.unity.cn
    Show / Hide Table of Contents

    Delegate VRI<T0, T1, T2>

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

    Namespace: Unity.Entities.UniversalDelegates
    Syntax
    public delegate void VRI<T0, T1, T2>(T0 t0, ref T1 t1, in T2 t2);
    Parameters
    Type Name Description
    T0 t0
    T1 t1
    T2 t2
    Type Parameters
    Name Description
    T0

    Component, Entity or Aspect type used in the lambda expression

    T1

    Component, Entity or Aspect type used in the lambda expression

    T2

    Component, Entity or Aspect type used in the lambda expression

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023