Delegate RRRI<T0, T1, T2, T3>
Delegate type that represents the lambda expression in an Entities.ForEach construction.
Namespace: Unity.Entities.UniversalDelegates
Assembly: Unity.Entities.dll
Syntax
public delegate void RRRI<T0, T1, T2, T3>(ref T0 t0, ref T1 t1, ref T2 t2, in T3 t3)
Parameters
| Type | Name | Description |
|---|---|---|
| T0 | t0 | |
| T1 | t1 | |
| T2 | t2 | |
| T3 | t3 |
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 |
| T3 | Component, Entity or Aspect type used in the lambda expression |