Class IJobParallelForExtensionsBurstSchedulable
Inheritance
IJobParallelForExtensionsBurstSchedulable
Assembly: Unity.Collections.dll
Syntax
public static class IJobParallelForExtensionsBurstSchedulable
Methods
EarlyJobInit<T>()
This method is only to be called by automatically generated setup code.
Declaration
public static void EarlyJobInit<T>() where T : struct, IJobParallelForBurstSchedulable
Type Parameters
Run<T>(T, int)
Declaration
public static void Run<T>(this T jobData, int arrayLength) where T : struct, IJobParallelForBurstSchedulable
Parameters
| Type |
Name |
Description |
| T |
jobData |
|
| int |
arrayLength |
|
Type Parameters
Schedule<T>(T, int, int, JobHandle)
Declaration
public static JobHandle Schedule<T>(this T jobData, int arrayLength, int innerloopBatchCount, JobHandle dependsOn = default) where T : struct, IJobParallelForBurstSchedulable
Parameters
| Type |
Name |
Description |
| T |
jobData |
|
| int |
arrayLength |
|
| int |
innerloopBatchCount |
|
| JobHandle |
dependsOn |
|
Returns
Type Parameters