Delegate VI<T0, T1>
Delegate type that represents the lambda expression in an Entities.ForEach construction.
Namespace: Unity.Entities.UniversalDelegates
Assembly: solution.dll
Syntax
public delegate void VI<T0, T1>(T0 t0, in T1 t1)
Parameters
| Type | Name | Description |
|---|---|---|
| T0 | t0 | |
| T1 | t1 |
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 |