Class IJobParallelForExtensions
Inheritance
IJobParallelForExtensions
Assembly: UnityEngine.dll
Syntax
public static class IJobParallelForExtensions
Methods
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
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