Class JobParallelIndexListExtensions
Inheritance
JobParallelIndexListExtensions
Syntax
public static class JobParallelIndexListExtensions
Methods
ScheduleAppend<T>(T, NativeList<Int32>, Int32, Int32, JobHandle)
Declaration
public static JobHandle ScheduleAppend<T>(this T jobData, NativeList<int> indices, int arrayLength, int innerloopBatchCount, JobHandle dependsOn = null)
where T : struct, IJobParallelForFilter
Parameters
Type |
Name |
Description |
T |
jobData |
|
NativeList<Int32> |
indices |
|
Int32 |
arrayLength |
|
Int32 |
innerloopBatchCount |
|
JobHandle |
dependsOn |
|
Returns
Type |
Description |
JobHandle |
|
Type Parameters
ScheduleFilter<T>(T, NativeList<Int32>, Int32, JobHandle)
Declaration
public static JobHandle ScheduleFilter<T>(this T jobData, NativeList<int> indices, int innerloopBatchCount, JobHandle dependsOn = null)
where T : struct, IJobParallelForFilter
Parameters
Type |
Name |
Description |
T |
jobData |
|
NativeList<Int32> |
indices |
|
Int32 |
innerloopBatchCount |
|
JobHandle |
dependsOn |
|
Returns
Type |
Description |
JobHandle |
|
Type Parameters