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