A* Pathfinding Project  4.3.5
The A* Pathfinding Project for Unity 3D
JobParallelForBatchExtensions.ParallelForBatchJobStruct< T > Struct Template Reference

Public Member Functions

delegate void ExecuteJobFunction (ref T data, System.IntPtr additionalPtr, System.IntPtr bufferRangePatchData, ref JobRanges ranges, int jobIndex)
 

Static Public Member Functions

static unsafe void Execute (ref T jobData, System.IntPtr additionalPtr, System.IntPtr bufferRangePatchData, ref JobRanges ranges, int jobIndex)
 
static IntPtr Initialize ()
 

Static Public Attributes

static IntPtr jobReflectionData
 

Member Function Documentation

◆ Execute()

static unsafe void Execute ( ref T  jobData,
System.IntPtr  additionalPtr,
System.IntPtr  bufferRangePatchData,
ref JobRanges  ranges,
int  jobIndex 
)
static

◆ ExecuteJobFunction()

delegate void ExecuteJobFunction ( ref T  data,
System.IntPtr  additionalPtr,
System.IntPtr  bufferRangePatchData,
ref JobRanges  ranges,
int  jobIndex 
)

◆ Initialize()

static IntPtr Initialize ( )
static

Member Data Documentation

◆ jobReflectionData

IntPtr jobReflectionData
static

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