Class IJobParallelForExtensions
Inheritance
IJobParallelForExtensions
Syntax
public static class IJobParallelForExtensions
Methods
Run<T>(T, Int32)
Declaration
public static void Run<T>(this T jobData, int arrayLength)
where T : struct, IJobParallelFor
Parameters
Type |
Name |
Description |
T |
jobData |
|
Int32 |
arrayLength |
|
Type Parameters
Schedule<T>(T, Int32, Int32, JobHandle)
Declaration
public static JobHandle Schedule<T>(this T jobData, int arrayLength, int innerloopBatchCount, JobHandle dependsOn = default(JobHandle))
where T : struct, IJobParallelFor
Parameters
Type |
Name |
Description |
T |
jobData |
|
Int32 |
arrayLength |
|
Int32 |
innerloopBatchCount |
|
JobHandle |
dependsOn |
|
Returns
Type Parameters