Method ScheduleAppend
ScheduleAppend<T>(T, NativeList<int>, int, int, JobHandle)
Obsolete.
Declaration
[Obsolete("The signature for 'ScheduleAppend' has changed. 'innerloopBatchCount' is no longer part of this API.", false)]
public static JobHandle ScheduleAppend<T>(this T jobData, NativeList<int> indices, int arrayLength, int innerloopBatchCount, JobHandle dependsOn = default) where T : struct, IJobFilter
Parameters
| Type | Name | Description |
|---|---|---|
| T | jobData | |
| NativeList<int> | indices | |
| int | arrayLength | |
| int | innerloopBatchCount | |
| JobHandle | dependsOn |
Returns
| Type | Description |
|---|---|
| JobHandle |
Type Parameters
| Name | Description |
|---|---|
| T |