Class JobParallelIndexListExtensions
Inheritance
System.Object
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<System.Int32> |
indices |
|
| System.Int32 |
arrayLength |
|
| System.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<System.Int32> |
indices |
|
| System.Int32 |
innerloopBatchCount |
|
| JobHandle |
dependsOn |
|
Returns
| Type |
Description |
| JobHandle |
|
Type Parameters