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