Class IJobParallelForExtensionsBurstScheduable
Inheritance
IJobParallelForExtensionsBurstScheduable
Syntax
public static class IJobParallelForExtensionsBurstScheduable
Methods
Run<T>(T, Int32)
Declaration
public static void Run<T>(this T jobData, int arrayLength)
where T : struct, IJobParallelForBurstScheduable
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 = null)
where T : struct, IJobParallelForBurstScheduable
Parameters
Type |
Name |
Description |
T |
jobData |
|
Int32 |
arrayLength |
|
Int32 |
innerloopBatchCount |
|
JobHandle |
dependsOn |
|
Returns
Type |
Description |
JobHandle |
|
Type Parameters