Delegate V<T0>
Delegate type that represents the lambda expression in an Entities.ForEach construction.
Namespace: Unity.Entities.UniversalDelegates
Assembly: solution.dll
Syntax
public delegate void V<T0>(T0 t0)
Parameters
| Type | Name | Description |
|---|---|---|
| T0 | t0 |
Type Parameters
| Name | Description |
|---|---|
| T0 | Component, Entity or Aspect type used in the lambda expression |