Interface IJobProcessComponentData<T0, T1>
Namespace: Unity.Entities
Syntax
public interface IJobProcessComponentData<T0, T1> : IBaseJobProcessComponentData_2, IBaseJobProcessComponentData where T0 : struct, IComponentData where T1 : struct, IComponentData
Type Parameters
| Name | Description |
|---|---|
| T0 | |
| T1 |
Methods
Execute(ref T0, ref T1)
Declaration
void Execute(ref T0 data0, ref T1 data1)
Parameters
| Type | Name | Description |
|---|---|---|
| T0 | data0 | |
| T1 | data1 |