A* Pathfinding Project  4.3.2
The A* Pathfinding Project for Unity 3D
JobParallelForBatchExtensions Class Reference

Classes

struct  ParallelForBatchJobStruct
 

Static Public Member Functions

static unsafe void RunBatch< T > (this T jobData, int arrayLength)
 
static unsafe JobHandle ScheduleBatch< T > (this T jobData, int arrayLength, int minIndicesPerJobCount, JobHandle dependsOn=new JobHandle())
 

Member Function Documentation

◆ RunBatch< T >()

static unsafe void RunBatch< T > ( this T  jobData,
int  arrayLength 
)
static
Type Constraints
T :struct 
T :IJobParallelForBatch 

◆ ScheduleBatch< T >()

static unsafe JobHandle ScheduleBatch< T > ( this T  jobData,
int  arrayLength,
int  minIndicesPerJobCount,
JobHandle  dependsOn = new JobHandle () 
)
static
Type Constraints
T :struct 
T :IJobParallelForBatch 

The documentation for this class was generated from the following file: